added libgcc_helper.S to retarget libgcc calls for 64 bit multiplication/division
This commit is contained in:
@@ -79,6 +79,7 @@ SECTIONS
|
||||
OBJDIR/s19reader.o(.text)
|
||||
OBJDIR/bas_printf.o(.text)
|
||||
OBJDIR/bas_string.o(.text)
|
||||
OBJDIR/libgcc_helper.o(.text)
|
||||
OBJDIR/printf_helper.o(.text)
|
||||
OBJDIR/cache.o(.text)
|
||||
OBJDIR/dma.o(.text)
|
||||
@@ -118,6 +119,7 @@ SECTIONS
|
||||
#endif /* COMPILE_RAM */
|
||||
|
||||
#if (FORMAT_ELF == 1)
|
||||
*(.eh_frame)
|
||||
*(.rodata)
|
||||
*(.rodata.*)
|
||||
#endif
|
||||
@@ -154,8 +156,6 @@ SECTIONS
|
||||
* Global memory map
|
||||
*/
|
||||
|
||||
___muldi3 = __muldi3;
|
||||
|
||||
/* SDRAM Initialization */
|
||||
___SDRAM = SDRAM_START;
|
||||
___SDRAM_SIZE = SDRAM_SIZE;
|
||||
|
||||
Reference in New Issue
Block a user