diff options
author | Alan Modra <amodra@gmail.com> | 2010-02-26 11:36:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-02-26 11:36:32 +0000 |
commit | 9445af9a0e29eea4c24162eb1446693f0b364bb8 (patch) | |
tree | bc820bee460fad23bab407bcac6bb561c442de42 /ld/scripttempl/elf64hppa.sc | |
parent | 5107b1496b5da1fe73b8217c7b29083c2eb4642e (diff) | |
download | gdb-9445af9a0e29eea4c24162eb1446693f0b364bb8.zip gdb-9445af9a0e29eea4c24162eb1446693f0b364bb8.tar.gz gdb-9445af9a0e29eea4c24162eb1446693f0b364bb8.tar.bz2 |
* scripttempl/elf.sc (.fini_array): Place input .fini_array after
.fini_array.*.
* scripttempl/armbpabi.sc: Likewise.
* scripttempl/elf32sh-symbian.sc: Likewise.
* scripttempl/elf64hppa.sc: Likewise.
* scripttempl/elfxtensa.sc: Likewise.
Diffstat (limited to 'ld/scripttempl/elf64hppa.sc')
-rw-r--r-- | ld/scripttempl/elf64hppa.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elf64hppa.sc b/ld/scripttempl/elf64hppa.sc index 90aedb8..452ae7a 100644 --- a/ld/scripttempl/elf64hppa.sc +++ b/ld/scripttempl/elf64hppa.sc @@ -438,8 +438,8 @@ cat <<EOF .fini_array ${RELOCATING-0} : { ${RELOCATING+${CREATE_SHLIB-PROVIDE_HIDDEN (${USER_LABEL_PREFIX}__fini_array_start = .);}} - KEEP (*(.fini_array)) KEEP (*(SORT(.fini_array.*))) + KEEP (*(.fini_array)) ${RELOCATING+${CREATE_SHLIB-PROVIDE_HIDDEN (${USER_LABEL_PREFIX}__fini_array_end = .);}} } ${SMALL_DATA_CTOR-${RELOCATING+${CTOR}}} |