Remove code from libgcc and libc that is provided by the ROM.

This saves about 2.5k of iram.
This commit is contained in:
Our Air Quality 2017-07-14 17:39:11 +10:00
parent 497b4e607b
commit 9e302c59ed
5 changed files with 60 additions and 3 deletions

BIN
lib/libgcc.a Normal file

Binary file not shown.

24
lib/libgcc.remove Normal file
View file

@ -0,0 +1,24 @@
# Object files to be removed from libgcc
# These are provided by the ROM.
_addsubdf3.o
_addsubsf3.o
_divdf3.o
_divdi3.o
_divsi3.o
_extendsfdf2.o
_fixdfsi.o
_fixunssfsi.o
_floatsidf.o
_floatsisf.o
_floatunsidf.o
_floatunsisf.o
_muldf3.o
_muldi3.o
_mulsf3.o
_subdf3.o
_subsf3.o
_truncdfsf2.o
_udivdi3.o
_umoddi3.o
_umodsi3.o
_umulsidi3.o