mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-12 08:16:09 -07: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…
Add table
Add a link
Reference in a new issue