diff options
| author | rozlette <uberpanzermensch@gmail.com> | 2020-01-16 16:02:37 -0600 |
|---|---|---|
| committer | rozlette <uberpanzermensch@gmail.com> | 2020-01-16 16:02:37 -0600 |
| commit | 60a7168cea3d45534693db96a54d4ccac6e27575 (patch) | |
| tree | a30027a2f06f43d7a2bcea175f9b1163914d4dc3 /linker_scripts/code_script.txt | |
| parent | 11c9e0365553d758795314d3f7f43345d7c6aac9 (diff) | |
Add a few files in boot that have matching .rodata
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 8115c6dfa..bd05a542f 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -198,12 +198,12 @@ SECTIONS build/asm/boot_data.o(.text) - build/asm/boot_rodata_0x80080060.o(.text) + build/src/boot_O2_g3/boot_0x80080060.o(.rodata) build/asm/boot_rodata_idle.o(.text) build/asm/boot_rodata_z_std_dma.o(.text) build/asm/boot_rodata_0x80080E30.o(.text) build/asm/boot_rodata_0x80081250.o(.text) - build/asm/boot_rodata_CIC6105.o(.text) + build/src/boot_O2_g3/CIC6105.o(.rodata) build/asm/boot_rodata_fault.o(.text) build/asm/boot_rodata_fault_drawer.o(.text) build/asm/boot_rodata_0x80085570.o(.text) @@ -211,7 +211,7 @@ SECTIONS build/asm/boot_rodata_0x80086760.o(.text) build/asm/boot_rodata___osMalloc.o(.text) build/asm/boot_rodata_setintmask.o(.text) - build/asm/boot_rodata_sinf.o(.text) + build/src/libultra/gu/sinf.o(.rodata) build/asm/boot_rodata_exceptasm.o(.text) build/asm/boot_rodata_perspective.o(.text) build/asm/boot_rodata_0x8008C260.o(.text) |
