[Bug binutils/9945] strip --strip-unneeded removes symbol table

2009-03-12 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-03-12 21:24 --- Created an attachment (id=3818) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3818&action=view) A patch Relocation will need symbol table. This patch will keep symbol table if there are any relocat

[Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs

2009-03-12 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-03-12 21:22 --- *** This bug has been marked as a duplicate of 9945 *** -- What|Removed |Added

[Bug binutils/9945] strip --strip-unneeded removes symbol table

2009-03-12 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-03-12 21:22 --- *** Bug 9934 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs

2009-03-12 Thread vapier at gentoo dot org
--- Additional Comments From vapier at gentoo dot org 2009-03-12 21:02 --- yes, we use --strip-unneeded on the .o files. even if PR 9945 were fixed, the linker shouldnt fail with an FPE error. -- http://sourceware.org/bugzilla/show_bug.cgi?id=9934 --- You are receiving this mai

[Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs

2009-03-12 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-03-12 18:46 --- I think this may be a dup for PR 9945. -- http://sourceware.org/bugzilla/show_bug.cgi?id=9934 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching som

[Bug binutils/9945] New: strip --strip-unneeded removes symbol table

2009-03-12 Thread hjl dot tools at gmail dot com
[...@gnu-6 testsuite]$ cat x.s .arch armv4 .text bx lr [...@gnu-6 testsuite]$ ../as-new -meabi=4 --fix-v4bx -o x.o x.s [...@gnu-6 testsuite]$ readelf -S x.o There are 9 section headers, starting at offset 0x94: Section Headers: [Nr] Name Type

[Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs

2009-03-12 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-03-12 18:36 --- Did you run "strip --strip-unneeded" on crtn.o? -- http://sourceware.org/bugzilla/show_bug.cgi?id=9934 --- You are receiving this mail because: --- You are on the CC list for the bug, or are wa

[Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs

2009-03-12 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-03-12 18:30 --- (In reply to comment #8) > i dont think the host matters, but people who have tested so far seem to be > amd64 users only ... > > simply running the linker on the crtn.o object should also trigger the crash

[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-12 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-03-12 17:15 --- It is fixed by http://sourceware.org/ml/binutils/2009-03/msg00233.html The same fix can be used in binutils-2.19.50.0.1. -- What|Removed |Added

[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-03-12 17:14 --- Subject: Bug 9938 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-03-12 17:13:42 Modified files: bfd: ChangeLog elf32-i386.c elf64-x86-64.c

[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-12 Thread niki dot waibel at gmx dot net
--- Additional Comments From niki dot waibel at gmx dot net 2009-03-12 16:21 --- Created an attachment (id=3815) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3815&action=view) gcc -v output thank you for being so patience with me ;-) -- http://sourceware.org/bugzilla/show_

[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-12 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-03-12 16:12 --- (In reply to comment #11) > Created an attachment (id=3814) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3814&action=view) > additional files > > sorry. i am really not a gcc/binutils expert. than

[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-12 Thread niki dot waibel at gmx dot net
--- Additional Comments From niki dot waibel at gmx dot net 2009-03-12 16:09 --- Created an attachment (id=3814) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3814&action=view) additional files sorry. i am really not a gcc/binutils expert. thanks for the -v hint and thanks for

[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-12 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-03-12 14:03 --- (In reply to comment #7) > Created an attachment (id=3811) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3811&action=view) > linker inputs, part1 > > hope these are all files you need. just tell if

[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-12 Thread niki dot waibel at gmx dot net
-- What|Removed |Added Attachment #3811|linker inputs, part1|linker inputs, part1of3 description|| http://sourceware.org/bugzilla/show_

[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-12 Thread niki dot waibel at gmx dot net
--- Additional Comments From niki dot waibel at gmx dot net 2009-03-12 11:16 --- Created an attachment (id=3813) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3813&action=view) linker inputs, part3of3 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9938 --- You are r

[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-12 Thread niki dot waibel at gmx dot net
--- Additional Comments From niki dot waibel at gmx dot net 2009-03-12 11:16 --- Created an attachment (id=3812) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3812&action=view) linker inputs, part2of3 -- http://sourceware.org/bugzilla/show_bug.cgi?id=9938 --- You are r

[Bug ld/9938] TLS transition from R_386_TLS_GD to R_386_TLS_IE_32 error when compiling gettext-0.17

2009-03-12 Thread niki dot waibel at gmx dot net
--- Additional Comments From niki dot waibel at gmx dot net 2009-03-12 11:14 --- Created an attachment (id=3811) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3811&action=view) linker inputs, part1 hope these are all files you need. just tell if you need something else. exact

[Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs

2009-03-12 Thread armin76 at gentoo dot org
--- Additional Comments From armin76 at gentoo dot org 2009-03-12 10:23 --- This also happens on arm native. If i build >=binutils-2.18.50.0.5 and rebuild glibc, all compilations break after that. -- http://sourceware.org/bugzilla/show_bug.cgi?id=9934 --- You are receiving this