mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-27 04:31:44 +00:00
elf2flt: provide symbols around .init and .fini sections
This commit is contained in:
parent
fbdcbaaaf9
commit
dbff29bd61
@ -24,8 +24,12 @@ SECTIONS {
|
|||||||
*(.glue_7t)
|
*(.glue_7t)
|
||||||
*(.glue_7)
|
*(.glue_7)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
|
@SYMBOL_PREFIX@__init_section = . ;
|
||||||
KEEP (*(.init))
|
KEEP (*(.init))
|
||||||
|
@SYMBOL_PREFIX@__init_section_end = . ;
|
||||||
|
@SYMBOL_PREFIX@__fini_section = . ;
|
||||||
KEEP (*(.fini))
|
KEEP (*(.fini))
|
||||||
|
@SYMBOL_PREFIX@__fini_section_end = . ;
|
||||||
|
|
||||||
W_RODAT *(.rodata)
|
W_RODAT *(.rodata)
|
||||||
W_RODAT *(.rodata1)
|
W_RODAT *(.rodata1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user