(Our Windows ARM toolchain really likes its glue sections)
This commit is contained in:
@@ -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__ = .;
|
||||||
|
|||||||
Reference in New Issue
Block a user