mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Add KEEP() to version information section
Prevents it from being garbage collected
This commit is contained in:
parent
7f7e715756
commit
9af4835863
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ SECTIONS
|
|||
.rodata : {
|
||||
*(.rodata)
|
||||
*(.rodata.*)
|
||||
*(.version_information)
|
||||
KEEP(*(.version_information))
|
||||
} >osimage :text
|
||||
|
||||
. = ALIGN(4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue