[Bug gold/10237] internal error in dynsym_index, at ../../gold/symtab.h:335

2009-06-24 Thread rmansfield at qnx dot com
--- Additional Comments From rmansfield at qnx dot com 2009-06-24 13:00 --- Thanks Ian. I think there is still an issue with the handling of -r. The gold will report an error if it encounters a shared object and will not continue searching for the static archive. For example: $ cat

[Bug gold/10237] internal error in dynsym_index, at ../../gold/symtab.h:335

2009-06-24 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-06-24 13:17 --- Offhand, I don't think this is a bug. I don't see why -r should necessarily change the search path used for archives. You can easily change the search path by using the -Bstatic option. -- http://sourceware.org/bu

[Bug ld/10326] New: globbing in linker script doesn't match C++ vtable/typeinfo/etc.

2009-06-24 Thread thiago at kde dot org
When writing a linker script to control the versioning/exporting/unexporting of C++ symbols, the globbing provided in the linker script doesn't match some of the automatically-generated symbols by the C++ ABI. I have noticed that this applies to the vtable, the VTT, construction vtables, typeinfo,

[Bug gold/10237] internal error in dynsym_index, at ../../gold/symtab.h:335

2009-06-24 Thread rmansfield at qnx dot com
--- Additional Comments From rmansfield at qnx dot com 2009-06-24 13:29 --- In the classic GNU ld, -r changes the search order for ld and opens libfoo.a. If it's the desired behavior for gold I will update my makefiles. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10237 --

[Bug gold/10126] internal error in relocate_sections, at ../../gold/reloc.cc:737

2009-06-24 Thread llucax at gmail dot com
--- Additional Comments From llucax at gmail dot com 2009-06-24 13:45 --- Created an attachment (id=4018) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4018&action=view) Compressed offending library Attached is the (bzip2) compressed offending library libphobos2.a. -- http:

Re: [Bug binutils/10297] inconsistencies in objdump's presentation of undefined's and comments

2009-06-24 Thread Nick Clifton
Hi Chris, It looks like a file named gas/testsuite/gas/arm/arm-it-auto-2.d is missing from binutils-2.19.51 so I can't apply the patch. What version did you apply this patch against? My fault - I failed to check that file in when I was applying another patch. This should be corrected now, s

[Bug binutils/10297] inconsistencies in objdump's presentation of undefined's and comments

2009-06-24 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-24 14:04 --- Subject: Re: inconsistencies in objdump's presentation of undefined's and comments Hi Chris, > It looks like a file named gas/testsuite/gas/arm/arm-it-auto-2.d is missing > from > binutils-2.19.51 so I can

[Bug gold/10244] Internal error in relocate_sections, at reloc.cc:842

2009-06-24 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-06-24 14:39 --- Your object file is unusual in having both an empty .text section and an empty .rel.text section. gold was failing an assertion while processing the .rel.text section, in that it expected to have some data to relocate.

[Bug gold/10244] Internal error in relocate_sections, at reloc.cc:842

2009-06-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-24 14:36 --- Subject: Bug 10244 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-24 14:36:14 Modified files: gold : ChangeLog reloc.cc Log message:

[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions

2009-06-24 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-24 16:40 --- Created an attachment (id=4019) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4019&action=view) Fix a few more disasssembly mistakes -- http://sourceware.org/bugzilla/show_bug.cgi?id=10288 --- Yo

[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions

2009-06-24 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-24 16:45 --- Hi Chris, > 1. mrrcmi is an extended DSP instruction that doesn't belong on ARM7TDMI > right? Right. This was a typo in the arm-dis.c file. > 2. According to my ARM ref manual, strb needs to have bits 4-11 zer

[Bug gold/10156] gold crashes while building x86-64 linux kernel

2009-06-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-24 19:49 --- Subject: Bug 10156 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2009-06-24 19:48:51 Modified files: gold : ChangeLog gold.cc layout.cc layout.h

[Bug gold/10156] gold crashes while building x86-64 linux kernel

2009-06-24 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-06-24 19:52 --- Thanks for the bug report. x86_64 Linux 2.6.27 now builds with gold. I haven't tried actually running it, though. All the problems were related to linker script control of .note sections. -- What|Rem

[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions

2009-06-24 Thread chris at seberino dot org
--- Additional Comments From chris at seberino dot org 2009-06-24 20:14 --- mrrc is gone with is good. strb appears to have gotten worse! I think the new patch introduced new bugs into strb. See below. Also, some hex equivalents appear to be botched. See below for that too New o

[Bug gold/10178] valgrind doesn't work when linked with gold instead of ld

2009-06-24 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-06-24 20:42 --- The core issue is that valgrind runs the linker with --verbose to extract the linker script. It then seds the linker script to adjust the start address of the text segment. This works OK with the GNU linker, but it fa

[Bug gold/10126] internal error in relocate_sections, at ../../gold/reloc.cc:737

2009-06-24 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-06-24 21:00 --- Thanks for attaching the library. Unfortunately, I can't recreate the problem. I get lots of "bad e_ehsize (36 != 52)" errors. However, I don't get the internal error. I'm using the current development sources. It'

[Bug gold/10147] building alsa-lib with gold results in internal error in make_view, at ../../gold/fileread.cc:356

2009-06-24 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-06-24 21:05 --- I downloaded alsa-lib 1.0.20 and built it with the current development version of gold without any trouble. So, I guess I do need you to give me a test case. It is also conceivable that the problem was fixed by the bu

[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions

2009-06-24 Thread chris at seberino dot org
--- Additional Comments From chris at seberino dot org 2009-06-24 22:32 --- About lfm and sfm.these are alternative aliases for floating point coprocessor instructions along with many others in the ARM docs I've seen. We can't guarantee that every ARM7TDMI will have a floating point

[Bug gold/10287] Test tls_shared_gnu2_test failed

2009-06-24 Thread ian at airs dot com
-- What|Removed |Added Component|binutils|gold http://sourceware.org/bugzilla/show_bug.cgi?id=10287 --- You are receiving this mail because: --