[Bug gas/3812] gas failure for v850-elf on HEAD

2007-02-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-02 13:12 --- Created an attachment (id=1530) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1530&action=view) Fix expected disassembly -- http://sourceware.org/bugzilla/show_bug.cgi?id=3812 --- You are receivi

[Bug gas/3812] gas failure for v850-elf on HEAD

2007-02-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-02 13:13 --- Fixed by the uploaded patch. gas/testsuite/ChangeLog 2007-02-02 Nick Clifton <[EMAIL PROTECTED]> PR gas/3812 * gas/v850/v850e1.d: Correct expected disassembly of cmov insn to account for

[Bug gas/3810] gas failures for mn10300-elf on HEAD

2007-02-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-02 14:05 --- Created an attachment (id=1531) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1531&action=view) Add more expected failures of the redef tests -- http://sourceware.org/bugzilla/show_bug.cgi?id=3810 --

[Bug gas/3810] gas failures for mn10300-elf on HEAD

2007-02-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-02 14:07 --- These tests were failing because the mn10300 port does not convert fixups against ordinary symbols into relocs against section symbols. The uploaded patch adds xfails for these cases and also a comment into the te

[Bug binutils/3958] New: LD + objcopy generate wrong jump address

2007-02-02 Thread stepan at coresystems dot de
We see some weird address generation when using ld and objcopy to generate parts of bios images (upcoming LinuxBIOS version 3) The first thing that is required is the reset vector. It's 16 bytes at 0xfff0 (aliased to f000:fff0 in real mode). It jumps into the real code which is placed at 0xfff

[Bug ld/3805] ld failure for m32r-elf on HEAD

2007-02-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-02 14:43 --- Created an attachment (id=1532) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1532&action=view) Do not run relocatable 64k section test for the m32r -- http://sourceware.org/bugzilla/show_bug.cgi?id=3

[Bug ld/3805] ld failure for m32r-elf on HEAD

2007-02-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-02-02 14:44 --- The M32R toolchain generates both .rel and .rela sections (for historical reasons) and this completley throws the relocatable 64k section test. So do not run this test for the m32r. -- What|Remove

[Bug binutils/3958] LD + objcopy generate wrong jump address

2007-02-02 Thread hjl at lucon dot org
-- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=3958 --- You are receiving this mail

[Bug binutils/3945] Can't enable both x86_64-mingw32 and i386-mingw32 at the same time

2007-02-02 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-02-02 15:18 --- Fixed by http://sourceware.org/ml/binutils/2007-01/msg00313.html -- What|Removed |Added St

[Bug ld/3953] ld crashes upon use of .gnu.warning. sections

2007-02-02 Thread hjl at lucon dot org
-- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=3953 --- You are receiving this mail

[Bug ld/3953] ld crashes upon use of .gnu.warning. sections

2007-02-02 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-02-02 19:52 --- A patch is posted at http://sourceware.org/ml/binutils/2007-02/msg00022.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=3953 --- You are receiving this mail because: --- You are on the CC list for

[Bug gas/3961] New: 32bit PE testsuites don't support 64bit host

2007-02-02 Thread hjl at lucon dot org
On Linux/x86-64, I got # .../configure --target=i386-mingw32 # make # make check FAIL: ld-scripts/default-script1 FAIL: ld-scripts/default-script2 FAIL: ld-scripts/default-script3 FAIL: ld-scripts/default-script4 FAIL: windres/bmpalign (compare) FAIL: windres/capstyle (compare) FAIL: windres/chec

[Bug binutils/3958] ELF linker failed to handle relocation against ABS section

2007-02-02 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-02-03 01:52 --- We have bash-3.1$ cat foo.s SEGMENT_SIZE = 0x1 RVECTOR = 0x00010 .code16 .globl _start _start: #jmp 0xfef0 jmp SEGMENT_SIZE-(0x1f00 +0xf0 +RVECTOR) bash-3.1$ gcc -c -m32 foo.s bash-3.1$ ./objdump -Mi8086 -dr fo

[Bug ld/3953] ld crashes upon use of .gnu.warning. sections

2007-02-02 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-02-03 07:31 --- I got a positive feedback. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3953 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is.