[Bug gold/12898] gold throws "internal error in segment_precedes" when building kvm

2011-06-28 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12898 --- Comment #5 from Octoploid 2011-06-29 06:44:52 UTC --- And thank you for the quick fix. KVM is linking fine now. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Bug gold/12945] gold linker breaks elfutils testuite (section '.rela.plt' has wrong flags: expected none and possibly ALLOC, is ALLOC|INFO_LINK).

2011-06-28 Thread pluto at agmk dot net
http://sourceware.org/bugzilla/show_bug.cgi?id=12945 --- Comment #3 from Pawel Sikora 2011-06-29 06:36:38 UTC --- Created attachment 5828 --> http://sourceware.org/bugzilla/attachment.cgi?id=5828 binary for .gnu.version_r issue. section [ 8] '.gnu.version_r': entry 4 references unknown depend

[Bug ld/12942] Plugin not handling correctly resolution of COMDATs.

2011-06-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12942 --- Comment #3 from H.J. Lu 2011-06-29 01:13:39 UTC --- There are at least 2 problems: 1. plugin totally ignores comdat_key. 2. section for plugin symbol with comdat_key should override other sections with the same comdat_key. -- Configure

[Bug gold/12898] gold throws "internal error in segment_precedes" when building kvm

2011-06-28 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12898 Ian Lance Taylor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug gold/12898] gold throws "internal error in segment_precedes" when building kvm

2011-06-28 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12898 --- Comment #3 from cvs-commit at gcc dot gnu.org 2011-06-29 00:39:58 UTC --- CVSROOT:/cvs/src Module name:src Changes by:i...@sourceware.org2011-06-29 00:39:55 Modified files: gold : ChangeLog layout.cc layout.h

[Bug gold/12934] Multilib gold mixes up 32 and 64 bit when relinking empty lib

2011-06-28 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12934 Ian Lance Taylor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug gold/12934] Multilib gold mixes up 32 and 64 bit when relinking empty lib

2011-06-28 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12934 --- Comment #1 from cvs-commit at gcc dot gnu.org 2011-06-28 23:12:35 UTC --- CVSROOT:/cvs/src Module name:src Changes by:i...@sourceware.org2011-06-28 23:12:32 Modified files: gold : ChangeLog arm.cc freebsd.h i3

[Bug gold/12945] gold linker breaks elfutils testuite (section '.rela.plt' has wrong flags: expected none and possibly ALLOC, is ALLOC|INFO_LINK).

2011-06-28 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12945 Ian Lance Taylor changed: What|Removed |Added Status|NEW |WAITING --- Comment #2 from Ian Lan

[Bug gold/12945] gold linker breaks elfutils testuite (section '.rela.plt' has wrong flags: expected none and possibly ALLOC, is ALLOC|INFO_LINK).

2011-06-28 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12945 --- Comment #1 from Ian Lance Taylor 2011-06-28 20:20:00 UTC --- The ELF ABI specifies that the sh_info field of .rela.plt should be the section index of the section to which the relocation applies. It also specifies that the SHF_INFO_LINK fl

[Bug gold/12945] New: gold linker breaks elfutils testuite (section '.rela.plt' has wrong flags: expected none and possibly ALLOC, is ALLOC|INFO_LINK).

2011-06-28 Thread pluto at agmk dot net
http://sourceware.org/bugzilla/show_bug.cgi?id=12945 Summary: gold linker breaks elfutils testuite (section '.rela.plt' has wrong flags: expected none and possibly ALLOC, is ALLOC|INFO_LINK). Product: binutils Version: 2.21

[Bug ld/12942] Plugin not handling correctly resolution of COMDATs.

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

[Bug ld/12944] GNU LD incorrectly optimize away COMDAT sections refered from data sections.

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

[Bug ld/12944] GNU LD incorrectly optimize away COMDAT sections refered from data sections.

2011-06-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12944 --- Comment #5 from H.J. Lu 2011-06-28 15:47:27 UTC --- (In reply to comment #4) > > GNU ld (GNU Binutils) 2.21.52.20110623 > works, > GNU ld (GNU Binutils) 2.21.51.20101214 > doesn't. Any idea when the problem was fixed? > There are many L

[Bug ld/12944] GNU LD incorrectly optimize away COMDAT sections refered from data sections.

2011-06-28 Thread hubicka at ucw dot cz
http://sourceware.org/bugzilla/show_bug.cgi?id=12944 --- Comment #4 from hubicka at ucw dot cz 2011-06-28 15:21:21 UTC --- > Are you referring to > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49519 > > It failed even without LTO. Hmm, I re-updated GNU LD and it indeed seems to work fine. I mu

[Bug ld/12944] GNU LD incorrectly optimize away COMDAT sections refered from data sections.

2011-06-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12944 --- Comment #3 from H.J. Lu 2011-06-28 14:12:59 UTC --- Works for me: [hjl@gnu-6 pr12944]$ make /export/build/gnu/gcc/build-x86_64-linux/gcc/../../release/usr/gcc-4.7.0/bin/g++ -O2 -flto -fuse-linker-plugin -flto-partition=none -c -o x.o x.

[Bug ld/12944] GNU LD incorrectly optimize away COMDAT sections refered from data sections.

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

[Bug ld/12944] GNU LD incorrectly optimize away COMDAT sections refered from data sections.

2011-06-28 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12944 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING --- Comment #2 from H.J. Lu 2011-06

[Bug ld/12942] Plugin not handling correctly resolution of COMDATs.

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

[Bug ld/12944] GNU LD incorrectly optimize away COMDAT sections refered from data sections.

2011-06-28 Thread hubicka at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12944 Jan Hubicka changed: What|Removed |Added CC||dave.korn.cygwin at gmail

[Bug ld/12944] New: GNU LD incorrectly optimize away COMDAT sections refered from data sections.

2011-06-28 Thread hubicka at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12944 Summary: GNU LD incorrectly optimize away COMDAT sections refered from data sections. Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priori

[Bug gas/12931] ARM: gas fails to set the proper alignment on code sections, causing broken output

2011-06-28 Thread dave.martin at linaro dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12931 --- Comment #2 from Dave Martin 2011-06-28 12:57:37 UTC --- Created attachment 5824 --> http://sourceware.org/bugzilla/attachment.cgi?id=5824 possible fix The attached patch hooks into mapping_state() to mark the alignment requirement on th