bsps/arm: Move input sections

Move input sections to preserve order of the default Binutils script.
This commit is contained in:
Sebastian Huber
2013-06-26 09:40:44 +02:00
parent 56435e646c
commit a3a4cd53a0

View File

@@ -178,12 +178,6 @@ SECTIONS {
/* .jcr */
KEEP (*(.jcr))
/* .dynamic */
*(.dynamic)
/* .got */
*(.got.plt) *(.igot.plt) *(.got) *(.igot)
/* .interp */
*(.interp)
@@ -260,6 +254,12 @@ SECTIONS {
/* .iplt */
*(.iplt)
/* .dynamic */
*(.dynamic)
/* .got */
*(.got.plt) *(.igot.plt) *(.got) *(.igot)
/* Special FreeBSD linker set sections */
__start_set_sysctl_set = .;
*(set_sysctl_*);