diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-04 13:07:14 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-04 13:07:14 -0500 |
commit | 10459f86c092bc5b0d90bea1273d6d09f21e3e51 (patch) | |
tree | 3f8e32bcbd295521a51a862c1e0de7766f01ee8f /ld_script.txt | |
parent | 182a67807186f30ca0d7de51f117d2f65f46e755 (diff) |
split arm funcs to separate file
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 36badc1..a035ec7 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -41,6 +41,8 @@ SECTIONS { { asm/crt0.o(.text); asm/code.o(.text); + asm/arm_func.o(.text); + asm/code_2.o(.text); src/code.o(.text); asm/event_flag.o(.text); src/event_flag.o(.text); |