https://sourceware.org/bugzilla/show_bug.cgi?id=19278

Stefan Brüns <stefan.bru...@rwth-aachen.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stefan.bruens@rwth-aachen.d
                   |                            |e

--- Comment #1 from Stefan Brüns <stefan.bru...@rwth-aachen.de> ---
The mapfile contains the following:

Memory map
 ** file header
                0x07fff000       0x34
 ** segment headers
                0x07fff034       0xa0
.text           0x08000000     0x1b78 load address 0x8000000 

i.e. it seems like it prepends the file and segment headers.

This probably is also the reason for the "address of section '<foo>' moves
backward" error message, e.g.:

gold: error: address of section '.rodata' moves backward from 0x8001b9c to
0x8001b78
.note.gnu.build-id
                0x08001b78       0x24
 ** note header
                0x08001b78       0x10
 ** zero fill   0x08001b88       0x14
.rodata         0x08001b78      0x144

Note, the build-id is an orphan section here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to