diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-27 06:55:50 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-27 06:55:50 -0400 |
commit | 7a02a9ef36c8b66e6fd176aa5afa5500d34a9b06 (patch) | |
tree | 8f8867ae7f07973e134af9024fdb37b2a1930862 /ld_script_modern.txt | |
parent | 10a88b6a716a5ed75fd924da93015593e9f25296 (diff) |
Indentation fix in ld_scripts
Diffstat (limited to 'ld_script_modern.txt')
-rw-r--r-- | ld_script_modern.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld_script_modern.txt b/ld_script_modern.txt index 22884ae44..d38102de3 100644 --- a/ld_script_modern.txt +++ b/ld_script_modern.txt @@ -43,7 +43,7 @@ SECTIONS { { asm/crt0.o(.text); src/*.o(.text); - asm/*.o(.text); + asm/*.o(.text); } =0 script_data : @@ -84,19 +84,19 @@ SECTIONS { ALIGN(4) { src/*.o(.rodata*); - data/*.o(.rodata*); + data/*.o(.rodata*); } =0 song_data : ALIGN(4) { - sound/songs/*.o(.rodata); + sound/songs/*.o(.rodata); } =0 lib_rodata : SUBALIGN(4) { - src/m4a.o(.rodata); + src/m4a.o(.rodata); src/agb_flash.o(.rodata); src/agb_flash_1m.o(.rodata); src/agb_flash_mx.o(.rodata); |