This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc 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]

[Bug libc/467] Build fails on sparc when gcc supports comdat


------- Additional Comments From jakub at redhat dot com  2004-12-20 12:51 -------
Actually, I should follow up.  IMHO the right thing is in GCC to:
-  if (flags & SECTION_MERGE)
+  if ((flags & SECTION_MERGE)
+      || (HAVE_GAS_COMDAT_GROUP && (flags & SECTION_LINKONCE)))
in GCC HEAD's sparc_elf_asm_named_section and then glibc can cope with this,
but it first needs to know what GCC 4+ behaviour will be in this case.

So, if you want to resolve this, please test and submit a GCC HEAD patch along
those lines.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |SUSPENDED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=467

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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