mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
arm: link all .rodata variants into one output section
MFC after: 1 week
This commit is contained in:
parent
60e72eb16a
commit
b882d21558
@ -17,7 +17,7 @@ SECTIONS
|
|||||||
_etext = .;
|
_etext = .;
|
||||||
PROVIDE (etext = .);
|
PROVIDE (etext = .);
|
||||||
.fini : { *(.fini) } =0x9090
|
.fini : { *(.fini) } =0x9090
|
||||||
.rodata : { *(.rodata) *(.gnu.linkonce.r*) }
|
.rodata : { *(.rodata*) *(.gnu.linkonce.r*) }
|
||||||
.rodata1 : { *(.rodata1) }
|
.rodata1 : { *(.rodata1) }
|
||||||
.interp : { *(.interp) }
|
.interp : { *(.interp) }
|
||||||
.hash : { *(.hash) }
|
.hash : { *(.hash) }
|
||||||
|
Loading…
Reference in New Issue
Block a user