Library: Scrub additional functions when importing the sdcc libraries.
authorWill Sowerbutts <will@sowerbutts.com>
Sat, 3 Jan 2015 23:09:58 +0000 (23:09 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sat, 3 Jan 2015 23:36:40 +0000 (23:36 +0000)
Library/tools/libclean

index e19842b..7a56b4a 100755 (executable)
@@ -23,5 +23,5 @@ cp ${SDCC_LIB}/z80/z80.lib tmp.lib
 sdar d tmp.lib putchar.rel heap.rel fstubs.rel setjmp.rel errno.rel
 sdar d tmp.lib rand.rel _calloc.rel _malloc.rel _realloc.rel _free.rel
 sdar d tmp.lib printf_large.rel puts.rel gets.rel assert.rel time.rel
-sdar d tmp.lib tolower.rel toupper.rel
+sdar d tmp.lib tolower.rel toupper.rel _ltoa.rel _itoa.rel abs.rel
 mv tmp.lib sdccz80.lib