------- Additional Comments From hjl at lucon dot org  2007-02-23 09:48 -------
The problem is the linker script:

 .realmode 0 : AT (ADDR(.bss) + SIZEOF(.bss) - 0xC0000000) {
...
  } :text = 0x9090

You put .realmode in the text segment. But its address doesn't belong to
the text segment. I suggest you put .realmode in a separate segment.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=4007

------- 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

Reply via email to