bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/3966] New: 32bit address wrap around doesn't work with 32bit hos


From: hjl at lucon dot org
Subject: [Bug ld/3966] New: 32bit address wrap around doesn't work with 32bit host
Date: 3 Feb 2007 20:38:13 -0000

address@hidden abs-1]$ cat foo.s
SEGMENT_SIZE = 0x10000
RVECTOR = 0x00010
.code16
 .globl _start
_start:
 jmp SEGMENT_SIZE-(0x1f00 +0xf0 +RVECTOR)
address@hidden 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]