mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-09 20:25:29 +00:00
elf2flt: provide symbols around .init and .fini sections
This commit is contained in:
@@ -24,8 +24,12 @@ SECTIONS {
|
||||
*(.glue_7t)
|
||||
*(.glue_7)
|
||||
*(.jcr)
|
||||
@SYMBOL_PREFIX@__init_section = . ;
|
||||
KEEP (*(.init))
|
||||
@SYMBOL_PREFIX@__init_section_end = . ;
|
||||
@SYMBOL_PREFIX@__fini_section = . ;
|
||||
KEEP (*(.fini))
|
||||
@SYMBOL_PREFIX@__fini_section_end = . ;
|
||||
|
||||
W_RODAT *(.rodata)
|
||||
W_RODAT *(.rodata1)
|
||||
|
Reference in New Issue
Block a user