--- 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
--- 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
--- 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
--
--- 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
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
--- 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
--- 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
--
What|Removed |Added
CC||hjl at lucon dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=3958
--- You are receiving this mail
--- 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
--
What|Removed |Added
CC||hjl at lucon dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=3953
--- You are receiving this mail
--- 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
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
--- 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
--- 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.
14 matches
Mail list logo