Bug 360749 - kludge for multiple .rodata sections on Solaris no longer needed
Summary: kludge for multiple .rodata sections on Solaris no longer needed
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.12 SVN
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Ivo Raisr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-19 20:12 UTC by Ivo Raisr
Modified: 2016-04-08 20:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
proposed patch (5.26 KB, patch)
2016-03-19 20:15 UTC, Ivo Raisr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivo Raisr 2016-03-19 20:12:00 UTC
Kludge introduced by BZ#353802 for Solaris solving a problem with multiple sections named
".rodata" is no longer needed. Solaris linker now combines SHF_STRINGS SHF_MERGE sections with differing alignment and thus creates only one .rodata section.
The situation with multiple ".rodata" sections existed only between dozens of builds of Solaris 12.
Comment 1 Ivo Raisr 2016-03-19 20:15:02 UTC
Created attachment 97982 [details]
proposed patch
Comment 2 Ivo Raisr 2016-04-08 20:38:53 UTC
Fixed by SVN r15853.