diff options
author | YamaArashi <shadow962@live.com> | 2016-04-30 06:07:55 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-30 06:07:55 -0700 |
commit | 22227eeb3fb8d43d130ec11bd2de12e2a10bcb1c (patch) | |
tree | 573212739e0a62f368e84c9fda5a4b1c42bcc535 | |
parent | c78ee2e488251f4e13ad92b746da8b8875f51ab5 (diff) |
remove unneeded symbol
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index e8e7e7522..dc45c7c27 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -1,8 +1,5 @@ ENTRY(Start) -/* TODO: Split up data2.o so that this isn't needed. */ -__clz_tab = 0x86B08F8; - SECTIONS { .bss : ALIGN(4) |