[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 --- Comment #8 from cvs-commit at gcc dot gnu.org 2011-09-29 05:40:31 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2011-09-29 05:40:22 Modified files: bfd: ChangeLog elflink.c Log m

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 --- Comment #9 from cvs-commit at gcc dot gnu.org 2011-09-29 05:40:52 UTC --- CVSROOT:/cvs/src Module name:src Branch: binutils-2_22-branch Changes by:amo...@sourceware.org2011-09-29 05:40:45 Modified files: bfd

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread jan.kratochvil at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 --- Comment #7 from Jan Kratochvil 2011-09-29 04:43:26 UTC --- (In reply to comment #6) > a) It's a gcc bug to put .debug_types in a single member comdat group since it > totally ignores current linker limitations regarding group processing.

[Bug ld/13195] -ffunction-sections -Wl,--gc-sections failure with symbol versioning

2011-09-28 Thread jan.kratochvil at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13195 --- Comment #7 from Jan Kratochvil 2011-09-29 04:43:56 UTC --- Confirming it works now, thanks. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 Alan Modra changed: What|Removed |Added Status|NEW |ASSIGNED CC|amodra at gma

[Bug ld/13195] -ffunction-sections -Wl,--gc-sections failure with symbol versioning

2011-09-28 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13195 --- Comment #5 from cvs-commit at gcc dot gnu.org 2011-09-29 00:13:18 UTC --- CVSROOT:/cvs/src Module name:src Changes by:h...@sourceware.org2011-09-29 00:13:14 Modified files: bfd: elflink.c ld/testsuite/l

[Bug ld/13195] -ffunction-sections -Wl,--gc-sections failure with symbol versioning

2011-09-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13195 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Version|2.22

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 Bug 13233 depends on bug 13195, which changed state. Bug 13195 Summary: -ffunction-sections -Wl,--gc-sections failure with symbol versioning http://sourceware.org/bugzilla/show_bug.cgi?id=13195 What|Old Value

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 --- Comment #5 from H.J. Lu 2011-09-29 00:05:52 UTC --- I don't see why debug and special sections shouldn't be kept when they are part of a group: diff --git a/bfd/elflink.c b/bfd/elflink.c index a15ad27..6fed561 100644 --- a/bfd/elflink.c +

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 --- Comment #4 from H.J. Lu 2011-09-28 19:22:38 UTC --- This patch --- diff --git a/bfd/elflink.c b/bfd/elflink.c index a15ad27..42d2e97 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -11670,9 +11670,9 @@ _bfd_elf_gc_mark_extra_sections (s

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 --- Comment #3 from H.J. Lu 2011-09-28 19:16:32 UTC --- Since .debug_types is in a comdat group section, it is discarded by /* Keep debug and special sections like .comment when they are not part of a group. */ for (isec

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com -- Configure bug

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 H.J. Lu changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #2 from

[Bug ld/13233] --gc-sections discards .debug_types

2011-09-28 Thread jan.kratochvil at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 Jan Kratochvil changed: What|Removed |Added Depends on||13195 --- Comment #1 from Jan Kratoch

[Bug ld/13195] -ffunction-sections -Wl,--gc-sections failure with symbol versioning

2011-09-28 Thread jan.kratochvil at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13195 Jan Kratochvil changed: What|Removed |Added Blocks||13233 -- Configure bugmail: http://s

[Bug ld/13233] New: --gc-sections discards .debug_types

2011-09-28 Thread jan.kratochvil at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13233 Bug #: 13233 Summary: --gc-sections discards .debug_types Product: binutils Version: 2.23 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld

[Bug ld/13195] -ffunction-sections -Wl,--gc-sections failure with symbol versioning

2011-09-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13195 H.J. Lu changed: What|Removed |Added CC||jan.kratochvil at redhat |

[Bug ld/13232] Regression: --gc-sections: local symbol `_dl_argv@@GLIBC_PRIVATE' in ld.so is referenced by DSO

2011-09-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13232 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/13232] New: Regression: --gc-sections: local symbol `_dl_argv@@GLIBC_PRIVATE' in ld.so is referenced by DSO

2011-09-28 Thread jan.kratochvil at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13232 Bug #: 13232 Summary: Regression: --gc-sections: local symbol `_dl_argv@@GLIBC_PRIVATE' in ld.so is referenced by DSO Product: binutils Version: 2.23 (HEAD)

[Bug ld/13177] garbage collector retains zombie references to external libraries

2011-09-28 Thread jan.kratochvil at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13177 Jan Kratochvil changed: What|Removed |Added Blocks||13232 -- Configure bugmail: http://s

[Bug ld/1021] bfd links incorrectly on solaris

2011-09-28 Thread andyjstormont at googlemail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=1021 --- Comment #18 from Andrew Stormont 2011-09-28 15:19:26 UTC --- I have $100 for anybody that can provide a patch to solve this issue. I think it should be fairly simple if you know your way around BFD. -- Configure bugmail: http://sourcewar

[Bug ld/13230] IRONLY_EXP incorrectly reported as IRONLY by gold when fat LTO files are used

2011-09-28 Thread hubicka at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13230 Jan Hubicka changed: What|Removed |Added Status|NEW |RESOLVED Component|gold