--- Additional Comments From stepan at coresystems dot de 2007-02-03 23:14
---
I can confirm that the right binary output is produced in my case when this
patch is applied.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=3958
--- You are receiving this mail because: ---
Yo
[EMAIL PROTECTED] abs-1]$ cat foo.s
SEGMENT_SIZE = 0x1
RVECTOR = 0x00010
.code16
.globl _start
_start:
jmp SEGMENT_SIZE-(0x1f00 +0xf0 +RVECTOR)
[EMAIL PROTECTED] abs-1]$ make foo.elf
as --32 -o foo.o foo.s
./ld -melf_i386 -Ttext 0xfff0 -o foo.elf foo.o
./ld: warning: dot moved backwards b
--- Additional Comments From hjl at lucon dot org 2007-02-03 16:45 ---
A patch is posted at
http://sourceware.org/ml/binutils/2007-02/msg00036.html
--
What|Removed |Added