bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/4007] problems with linker / strip / BFD


From: hjl at lucon dot org
Subject: [Bug binutils/4007] problems with linker / strip / BFD
Date: 23 Feb 2007 09:48:32 -0000

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




reply via email to

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