diff options
| author | Kurausukun <lord.uber1@gmail.com> | 2021-06-17 22:09:48 -0400 |
|---|---|---|
| committer | Kurausukun <lord.uber1@gmail.com> | 2021-06-17 22:09:48 -0400 |
| commit | 8b59909ac5eb6e3540aeb78396943d57a9702e4d (patch) | |
| tree | 3ea51f01171cc1bd6444ab4a4b833cf09eb0463c /ld_script.txt | |
| parent | 780da6bfd08b5401a7e11f1e0d38e377f2fab3dd (diff) | |
remove gflib
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/ld_script.txt b/ld_script.txt index 8c8f19015..5770b2cea 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -49,15 +49,15 @@ SECTIONS { { src/crt0.o(.text); src/main.o(.text); - gflib/malloc.o(.text); - gflib/dma3_manager.o(.text); - gflib/gpu_regs.o(.text); - gflib/bg.o(.text); - gflib/blit.o(.text); - gflib/window.o(.text); - gflib/text.o(.text); - gflib/sprite.o(.text); - gflib/string_util.o(.text); + src/malloc.o(.text); + src/dma3_manager.o(.text); + src/gpu_regs.o(.text); + src/bg.o(.text); + src/blit.o(.text); + src/window.o(.text); + src/text.o(.text); + src/sprite.o(.text); + src/string_util.o(.text); src/link.o(.text); src/AgbRfu_LinkManager.o(.text); src/link_rfu_3.o(.text); @@ -436,12 +436,12 @@ SECTIONS { ALIGN(4) { src/main.o(.rodata); - gflib/bg.o(.rodata); - gflib/window.o(.rodata); - gflib/text.o(.rodata); - gflib/sprite.o(.rodata); - gflib/io_reg.o(.rodata); - gflib/string_util.o(.rodata); + src/bg.o(.rodata); + src/window.o(.rodata); + src/text.o(.rodata); + src/sprite.o(.rodata); + src/io_reg.o(.rodata); + src/string_util.o(.rodata); src/link.o(.rodata); src/link.o(.rodata.str1.4); src/AgbRfu_LinkManager.o(.rodata); |
