diff options
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); |