(Our Windows ARM toolchain really likes its glue sections)

This commit is contained in:
henryk@ploetzli.ch 2009-08-27 16:12:00 +00:00
parent 2bfed17db2
commit 391a974f53

View file

@ -5,6 +5,8 @@ SECTIONS
fpgaimage : { fpgaimage : {
obj/fpgaimg.o(.text) *(.text) obj/fpgaimg.o(.text) *(.text)
*(.rodata) *(.rodata)
*(.glue_7)
*(.glue_7t)
} >fpgaimage } >fpgaimage
.data : { *(.data) } >ram .data : { *(.data) } >ram
__bss_start__ = .; __bss_start__ = .;