File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,4 @@ void RcpUtils_Reset(void);
8181
8282void SystemHeap_Init (void * start , u32 size );
8383
84- f32 absf (f32 );
85-
8684#endif
Original file line number Diff line number Diff line change @@ -786,14 +786,14 @@ beginseg
786786 include "$(BUILD_DIR)/src/libc/memmove.o"
787787#elif PLATFORM_GC
788788 include "$(BUILD_DIR)/src/libc/sqrt.o"
789- include "$(BUILD_DIR)/src/libc/absf .o"
789+ include "$(BUILD_DIR)/src/libc/fabsf .o"
790790 include "$(BUILD_DIR)/src/libc/fmodf.o"
791791 include "$(BUILD_DIR)/src/libc/memset.o"
792792 include "$(BUILD_DIR)/src/libc/memmove.o"
793793#elif PLATFORM_IQUE
794794 include "$(BUILD_DIR)/src/libc/fmodf.o"
795795 include "$(BUILD_DIR)/src/libc/memmove.o"
796- include "$(BUILD_DIR)/src/libc/absf .o"
796+ include "$(BUILD_DIR)/src/libc/fabsf .o"
797797 include "$(BUILD_DIR)/src/libc/sqrt.o"
798798#endif
799799
Original file line number Diff line number Diff line change 33
44.text
55
6- LEAF(absf )
6+ LEAF(fabsf )
77 abs.s fv0, fa0
88 jr ra
9- END(absf )
9+ END(fabsf )
You can’t perform that action at this time.
0 commit comments