diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 02:17:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-19 02:17:21 -0500 |
| commit | 419c897292dbfbc4f6d43880eb94597987e09e2c (patch) | |
| tree | 36094eda149165d0e4dad545924b95f582d83838 /ld_script.txt | |
| parent | ac62e8e563f9e74493a394a21c1bd8fa1570b184 (diff) | |
| parent | a52d6e43794e0fa773f10dcebb820bd2bca8fc40 (diff) | |
Merge pull request #380 from GriffinRichards/sync-scaninc
Sync tools with pokeemerald
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index d22e7459a..2c599535d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -44,7 +44,7 @@ SECTIONS { .text : ALIGN(4) { - asm/crt0.o(.text); + src/crt0.o(.text); src/main.o(.text); src/gpu_regs.o(.text); src/dma3_manager.o(.text); @@ -331,8 +331,8 @@ SECTIONS { lib_text : ALIGN(4) { - asm/libgcnmultiboot.o(.text); - asm/m4a_1.o(.text); + src/libgcnmultiboot.o(.text); + src/m4a_1.o(.text); src/m4a.o(.text); src/agb_flash.o(.text); src/agb_flash_1m.o(.text); @@ -343,7 +343,7 @@ SECTIONS { src/librfu_rfu.o(.text); src/librfu_sio32id.o(.text); src/isagbprn.o(.text); - asm/libagbsyscall.o(.text); + src/libagbsyscall.o(.text); *libgcc.a:_call_via_rX.o(.text); *libgcc.a:_divdi3.o(.text); *libgcc.a:_divsi3.o(.text); |
