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 */ /* .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_*);