[Bug binutils/10287] Test tls_shared_gnu2_test failed

2009-06-15 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-06-16 05:51 --- Thanks. This is a known problem. -- What|Removed |Added CC|

[Bug binutils/10287] New: Test tls_shared_gnu2_test failed

2009-06-15 Thread peter dot kovar at gmail dot com
make check PASS: tls_shared_gnu2_gd_to_ie_test v4: expected 4, found -387974407 Test t4 failed (int) v12.hi: expected 115, found -387974407 Test t12 failed v2: expected 20, found 0 Test t_last failed v2: expected 20, found 0 Test t_last failed v2: expected 0, found 711070900 Test t2 failed v4: exp

objdump for old ARM7TDMI (ARMv4T) showing instructions for newer architectures?!

2009-06-15 Thread chris
Hello! I care about the success of GNU very much and wanted some feedback on what to do about a potential bug in objdump for ARM I'm examining the output of "objdump -D --target=binary -m arm7tdmi" and seeing instructions that do not exist on the ancient ARM7TDMI cores. For example, mrcc, bl

[Bug gas/10186] Wrong machine code for the Thumb2 instruction SEV.W

2009-06-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-15 15:42 --- Subject: Bug 10186 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-15 15:42:36 Modified files: opcodes: ChangeLog arm-dis.c gas

[Bug gas/10186] Wrong machine code for the Thumb2 instruction SEV.W

2009-06-15 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-15 15:42 --- Hi Anthony, Thanks for reporting this bug. I have checked in the uploaded patch to fix the problem along with these changelog entries. Cheers Nick opcodes/ChangeLog PR 10186 * arm-dis.c (thum

[Bug gas/10186] Wrong machine code for the Thumb2 instruction SEV.W

2009-06-15 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-15 15:40 --- Created an attachment (id=4000) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4000&action=view) Fix binary value of SEV.W instruction -- http://sourceware.org/bugzilla/show_bug.cgi?id=10186 --- Y

[Bug binutils/10173] cr16 disassembly prefixes some addressess with "0x0x"

2009-06-15 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-15 15:26 --- Hi Timo, Thanks for reporting this problem. I have applied the uploaded patch in order to prevent the duplicate printing of the 0x prefix. Cheers Nick -- What|Removed |A

[Bug binutils/10173] cr16 disassembly prefixes some addressess with "0x0x"

2009-06-15 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-15 15:25 --- Created an attachment (id=3999) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3999&action=view) Avoid printing the 0x prefix twice -- http://sourceware.org/bugzilla/show_bug.cgi?id=10173 --- You

[Bug binutils/10173] cr16 disassembly prefixes some addressess with "0x0x"

2009-06-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-15 15:25 --- Subject: Bug 10173 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-15 15:24:54 Modified files: opcodes: ChangeLog cr16-dis.c Log message:

[Bug binutils/10188] windres should be able to generate deps.

2009-06-15 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-15 15:04 --- Hi Roger, Thank you for submitting this enhancement. Before we can go any further however, it is necessary for you to complete an FSF binutils copyright assignment. Please could you fill out the uploaded form

[Bug binutils/10188] windres should be able to generate deps.

2009-06-15 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-15 15:03 --- Created an attachment (id=3998) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3998&action=view) Application for FSF copyright assignment -- http://sourceware.org/bugzilla/show_bug.cgi?id=10188 --

[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2009-06-15 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-15 11:39 --- Hi Mikael, Ok - I have checked the patch in along with the changelog entries below. Cheers Nick include/ChangeLog 2009-06-15 Nick Clifton * dis-asm.h (struct disassemble_info): New value for the

[Bug binutils/10263] objdump does not disassemble ARM code entered with .word directives

2009-06-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-06-15 11:37 --- Subject: Bug 10263 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-06-15 11:37:26 Modified files: include: ChangeLog dis-asm.h opcodes