forked from Imagelibrary/rtems
bsps/arm: Move input sections
Move input sections to preserve order of the default Binutils script.
This commit is contained in:
@@ -178,12 +178,6 @@ SECTIONS {
|
|||||||
/* .jcr */
|
/* .jcr */
|
||||||
KEEP (*(.jcr))
|
KEEP (*(.jcr))
|
||||||
|
|
||||||
/* .dynamic */
|
|
||||||
*(.dynamic)
|
|
||||||
|
|
||||||
/* .got */
|
|
||||||
*(.got.plt) *(.igot.plt) *(.got) *(.igot)
|
|
||||||
|
|
||||||
/* .interp */
|
/* .interp */
|
||||||
*(.interp)
|
*(.interp)
|
||||||
|
|
||||||
@@ -260,6 +254,12 @@ SECTIONS {
|
|||||||
/* .iplt */
|
/* .iplt */
|
||||||
*(.iplt)
|
*(.iplt)
|
||||||
|
|
||||||
|
/* .dynamic */
|
||||||
|
*(.dynamic)
|
||||||
|
|
||||||
|
/* .got */
|
||||||
|
*(.got.plt) *(.igot.plt) *(.got) *(.igot)
|
||||||
|
|
||||||
/* Special FreeBSD linker set sections */
|
/* Special FreeBSD linker set sections */
|
||||||
__start_set_sysctl_set = .;
|
__start_set_sysctl_set = .;
|
||||||
*(set_sysctl_*);
|
*(set_sysctl_*);
|
||||||
|
|||||||
Reference in New Issue
Block a user