added libgcc_helper.S to retarget libgcc calls for 64 bit multiplication/division

This commit is contained in:
Markus Fröschle
2015-02-17 11:12:29 +00:00
parent 910f34f48e
commit ed5f1fb64c
5 changed files with 37 additions and 5 deletions

View File

@@ -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;