You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2023. It is now read-only.
The default linker script could be optimized for binaries that are statically linked and intended to be loaded into XRAM of the MC1 computer. I.e. all sections are located in RAM (read/write) and the start address is 0x80000000.
See:
ld/emulparams/elf32mrisc32.sh
ld/scripttempl/*.sc
Also: Be compatible with libgloss/mrisc32/crt0.S in newlib.
The default linker script could be optimized for binaries that are statically linked and intended to be loaded into XRAM of the MC1 computer. I.e. all sections are located in RAM (read/write) and the start address is
0x80000000.See:
ld/emulparams/elf32mrisc32.shld/scripttempl/*.scAlso: Be compatible with
libgloss/mrisc32/crt0.Sin newlib.