diff options
| author | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-01 08:21:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-01 08:21:13 -0700 |
| commit | 2ec5b0cedd27bd028535fb13dcdb2f8e0efa58da (patch) | |
| tree | 463d092bd6636fe8102eb19a34f59b8201a0c308 /ld_script.txt | |
| parent | 74834c0ca0979886b3d63d6454b75de9cbb7f409 (diff) | |
| parent | 442002dada4183c96b5ec09fcde8486aa5ba29b1 (diff) | |
Merge pull request #10 from Diegoisawesome/master
Ported libc from pokeruby
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index c56a3fd14..e9f36ffd7 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -86,7 +86,7 @@ SECTIONS { tools/agbcc/lib/libgcc.a:fp-bit.o(.text); tools/agbcc/lib/libgcc.a:_lshrdi3.o(.text); tools/agbcc/lib/libgcc.a:_negdi2.o(.text); - asm/libc.o(.text); + src/libc.o(.text); } =0 .rodata : |
