Bug 360749

Summary: kludge for multiple .rodata sections on Solaris no longer needed
Product: [Developer tools] valgrind Reporter: Ivo Raisr <ivosh>
Component: generalAssignee: Ivo Raisr <ivosh>
Status: RESOLVED FIXED    
Severity: normal CC: ivosh
Priority: NOR    
Version: 3.12 SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed In:
Attachments: proposed patch

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.