diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index e78e1120f..7968c5b4a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -82,7 +82,7 @@ SECTIONS { SUBALIGN(4) { asm/crt0.o(.text); - asm/main.o(.text); + src/main.o(.text); asm/gpu_regs.o(.text); asm/dma3_manager.o(.text); asm/bg.o(.text); @@ -391,6 +391,7 @@ SECTIONS { .rodata : SUBALIGN(4) { + src/main.o(.rodata); data/data.o(.rodata); src/m4a_tables.o(.rodata); data/sound_data.o(.rodata); |