Update modern linker script

This commit is contained in:
GriffinR
2021-11-04 17:28:41 -04:00
parent 9b2038a9a5
commit e65677c944
2 changed files with 1 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ SECTIONS {
.text :
ALIGN(4)
{
src/crt0.o(.text*);
src/rom_header.o(.text*);
src/*.o(.text*);
gflib/*.o(.text*);
asm/*.o(.text*);