[Bug ld/3290] "ld -s" leaves absolute symbol in DSO

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-30 00:20 --- A patch is posted at http://sourceware.org/ml/binutils/2006-09/msg00390.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=3290 --- You are receiving this mail because: --- You are on the CC list for

[Bug ld/3290] "ld -s" leaves absolute symbol in DSO

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 23:42 --- One way to work around it is to make debug symbols local or hidden in DSO. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3290 --- You are receiving this mail because: --- You are on the CC list for the

[Bug ld/3290] "ld -s" leaves absolute symbol in DSO

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 23:33 --- strip is even worse. When .debug_info section is removed, we leave 5: 008d 0 NOTYPE GLOBAL DEFAULT 12 DW.z.h.f1c9b137.0 section index is wrong. [EMAIL PROTECTED] dwarf-7]$ make STRIP=strip lib

[Bug ld/3290] "ld -s" leaves absolute symbol in DSO

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 22:58 --- strip has the same issue. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3290 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. _

[Bug ld/3290] "ld -s" leaves absolute symbol in DSO

2006-09-29 Thread pluto at agmk dot net
-- What|Removed |Added CC||pluto at agmk dot net http://sourceware.org/bugzilla/show_bug.cgi?id=3290 --- You are receiving this mail

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 21:59 --- This looks like a linker bug. But I need to see it myself to fix it. Can you put ALL of your input files, including system libraries, somewhere I can download?(In reply to comment #33) > (In reply to comment #32) > > T

[Bug ld/3290] "ld -s" leaves absolute symbol in DSO

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 21:58 --- Created an attachment (id=1338) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1338&action=view) A testcase [EMAIL PROTECTED] dwarf-7]$ make gcc -g -feliminate-dwarf2-dups -c -o a.o a.c gcc -g -feliminate-dw

[Bug ld/3290] New: "ld -s" leaves absolute symbol in DSO

2006-09-29 Thread hjl at lucon dot org
"gcc -g -feliminate-dwarf2-dups" may generate symbols relative to debug section. When "ld -s" removes debug section, it changes those symbols to absolute. The resulting shared library may not be usable. -- Summary: "ld -s" leaves absolute symbol in DSO Product: binutils

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 19:47 --- This looks like a linker bug. But I need to see it myself to fix it. Can you put ALL of your input files, including system libraries, somewhere I can download? -- http://sourceware.org/bugzilla/show_bug.cgi?id=3191

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-29 19:40 --- (In reply to comment #32) > They look OK. I need to see your complete linker messages. [EMAIL PROTECTED] ~/rpm/SPECS]$ cd ../BUILD/MPlayer-1.0pre8 [EMAIL PROTECTED] ~/rpm/BUILD/MPlayer-1.0pre8]$ make x86_64-pld-linux

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 19:38 --- They look OK. I need to see your complete linker messages. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3191 --- You are receiving this mail because: --- You are on the CC list for the bug, or are wat

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-29 19:33 --- Created an attachment (id=1337) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1337&action=view) x86-64 testcase for c#27 -- http://sourceware.org/bugzilla/show_bug.cgi?id=3191 --- You are receiving

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 19:26 --- (In reply to comment #29) > i can see theses symbols in two places: decored.o and header.o. > > [MPlayer-1.0pre8]$ grep DW.types.h.a34a5b93.0 libmpeg2/* -R > > Binary file libmpeg2/decode.o matches > libmpeg2/decode

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-29 19:23 --- i can see theses symbols in two places: decored.o and header.o. [MPlayer-1.0pre8]$ grep DW.types.h.a34a5b93.0 libmpeg2/* -R Binary file libmpeg2/decode.o matches libmpeg2/decode.s: .quad DW.types.h.a34a5b93.0

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-29 19:15 --- Created an attachment (id=1336) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1336&action=view) x86-64 testcase for c#27 -- http://sourceware.org/bugzilla/show_bug.cgi?id=3191 --- You are receiving

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-29 19:12 --- (In reply to comment #26) > (In reply to comment #25) > > (In reply to comment #24) > > > > > I think that is PR 3249. Do you have > > > > > > http://sourceware.org/ml/binutils/2006-09/msg00247.html > > > > i'm usi

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 18:55 --- (In reply to comment #25) > (In reply to comment #24) > > > I think that is PR 3249. Do you have > > > > http://sourceware.org/ml/binutils/2006-09/msg00247.html > > i'm using binutils-2.17.50.0.5 with current patch

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-29 18:53 --- (In reply to comment #24) > I think that is PR 3249. Do you have > > http://sourceware.org/ml/binutils/2006-09/msg00247.html i'm using binutils-2.17.50.0.5 with current patch for PR3191. -- http://sourceware.o

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 18:46 --- I think that i(In reply to comment #23) > (In reply to comment #22) > > I hope this patch > > > > http://sourceware.org/ml/binutils/2006-09/msg00389.html > > > > will fix DW_FORM_ref_addr. > > heh, now i get differe

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-29 18:37 --- (In reply to comment #22) > I hope this patch > > http://sourceware.org/ml/binutils/2006-09/msg00389.html > > will fix DW_FORM_ref_addr. heh, now i get different errors ;) /usr/lib/liveMedia/liveMedia/libliveMedia

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 17:15 --- I hope this patch http://sourceware.org/ml/binutils/2006-09/msg00389.html will fix DW_FORM_ref_addr. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3191 --- You are receiving this mail because: --- Yo

[Bug binutils/3284] segmentation fault while running command

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 13:34 --- What is it? Why is it a binutils bug? Can you provide a testcase in a tar file? Your example is too long and breaks into 3 lines. -- What|Removed |Added

[Bug ld/3283] x86-64 linker ignores relocation overflow

2006-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-29 13:26 --- Fixed by http://sourceware.org/ml/binutils/2006-09/msg00382.html -- What|Removed |Added St

[Bug binutils/3284] New: segmentation fault while running command

2006-09-29 Thread dima dot ru dot com at gmail dot com
Try to run this: echo "FNT:fontconfig:1.0.0 GCC:gcc:4.0.1 OPENMOTIF:openmotif:2.1.3::-same=GCC:-same=FNT" | tr "\ " "\n" | grep -o -P 'FNT:\w*:[^:]*' | grep -o -P 'FNT:\w*:[^:]*' on FedoraCore-4 x86_64. -- Summary: segmentation fault while running command Product: binutils

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-29 08:29 --- (In reply to comment #20) > Created an attachment (id=1335) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1335&action=view) > testcase for c#19 generated with recent g++-4.1.2svn. -- http://sourceware.o

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-29 08:28 --- Created an attachment (id=1335) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1335&action=view) testcase for c#19 -- http://sourceware.org/bugzilla/show_bug.cgi?id=3191 --- You are receiving this ma

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2006-09-29 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2006-09-29 08:27 --- (In reply to comment #18) > The current patch is at > > http://sourceware.org/ml/binutils/2006-09/msg00224.html with this patch client.tgz testcase works. moreover i have another testcase from liveMedia library. th