diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-26 21:43:31 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-26 21:43:31 -0500 |
commit | 9b6d44a63b19c238d35c1604fed3a72d737e6cf3 (patch) | |
tree | 44a772dda8172e00f73b6974124fceafa3bf53e9 /ld_script.txt | |
parent | a3acf2d8809e49ec5e5a800f3fcf4577228b586f (diff) |
split, decomp, rinse, repeat
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index d1d67ff..0880775 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -92,6 +92,8 @@ SECTIONS { asm/code_8092334.o(.text); asm/code_8098468.o(.text); asm/code_80A26CC.o(.text); + src/code_80A7714.o(.text); + asm/code_80A7714.o(.text); asm/m4a_1.o(.text); src/m4a_2.o(.text); asm/m4a_3.o(.text); |