https://sourceware.org/bugzilla/show_bug.cgi?id=21565
Sergey Belyashov <sergey.belyashov at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sergey.belyashov at gmail dot
com
--- Comment #1 from Sergey Belyashov <sergey.belyashov at gmail dot com> ---
It is correct. Default linker script (*.ld file) contains 0x100 offset for
.text. So produces binary should be loaded at address 0x100. It is done for
CP/M compatibility (it is described by comment in the *.ld script). You may
create your own linker script and place code in any location.
--
You are receiving this mail because:
You are on the CC list for the bug.