[EMAIL PROTECTED] abs-1]$ cat foo.s SEGMENT_SIZE = 0x10000 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 0xfffffff0 -o foo.elf foo.o ./ld: warning: dot moved backwards before `.data' ./ld: warning: dot moved backwards before `.data' ./ld: warning: dot moved backwards before `.bss' ./ld: warning: dot moved backwards before `.data' ./ld: warning: dot moved backwards before `.bss'
-- Summary: 32bit address wrap around doesn't work with 32bit host Product: binutils Version: 2.18 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=3966 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils