diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-10 02:13:35 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-10 02:13:35 +0800 |
commit | f12c1edf3f626fd608b837c125514768f264dc2c (patch) | |
tree | ee78fd58aaecbfcd308c59a1bc61484cc9f05184 /ld_script.txt | |
parent | a7ec7175f1eadf79ab6cb4efbde1b9694535806f (diff) |
update documentation & func types
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 08adda00d..0588a613a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -320,6 +320,7 @@ SECTIONS { src/librfu_stwi.o(.text); asm/librfu_intr.o(.text); src/librfu_rfu.o(.text); + src/librfu_s32id.o(.text); src/isagbprn.o(.text); asm/libagbsyscall.o(.text); *libgcc.a:_call_via_rX.o(.text); |