This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch to avoid duplicate weak alias definitions


Joseph S. Myers wrote:
This patch fixes a problem where weak aliases in the presence of
multiple declarations were output more than once to the assembly
output, which is apparently rejected by the Sun assembler on
sparc-sun-solaris2.10.  This is a regression relative to 3.0.x and
earlier.

There are two patches here.  The first will be applied to
csl-sol210-3_4-branch after testing on i386-pc-solaris2.10.  The
second has been bootstrapped with no regressions on
x86_64-unknown-linux-gnu, and it has been verified manually that the
duplicate alias definitions are no longer present in the .s output.
OK to commit to mainline?  OK for 4.0.1?

Yes to both questions.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]