mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-19 06:29:53 +08:00
(Our Windows ARM toolchain really likes its glue sections)
This commit is contained in:
parent
2bfed17db2
commit
391a974f53
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ SECTIONS
|
|||
fpgaimage : {
|
||||
obj/fpgaimg.o(.text) *(.text)
|
||||
*(.rodata)
|
||||
*(.glue_7)
|
||||
*(.glue_7t)
|
||||
} >fpgaimage
|
||||
.data : { *(.data) } >ram
|
||||
__bss_start__ = .;
|
||||
|
|
Loading…
Reference in a new issue