diff options
author | Dave Korn <dave.korn@artimi.com> | 2010-09-24 04:41:12 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2010-09-24 04:41:12 +0000 |
commit | 9396a3cecf17e0754ab3a4642f306d2e2f20fe3f (patch) | |
tree | 7a0aec09bc40c45915ce6e01238b292dba62cc48 /ld/scripttempl | |
parent | 04d7301a3eff47aaf0ed3e0c0e48c5ae5d9d3b32 (diff) | |
download | gdb-9396a3cecf17e0754ab3a4642f306d2e2f20fe3f.zip gdb-9396a3cecf17e0754ab3a4642f306d2e2f20fe3f.tar.gz gdb-9396a3cecf17e0754ab3a4642f306d2e2f20fe3f.tar.bz2 |
* scripttempl/armcoff.sc: Revert 2010-09-22 change.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/armcoff.sc | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/ld/scripttempl/armcoff.sc b/ld/scripttempl/armcoff.sc index cefd6eb..ebc019a 100644 --- a/ld/scripttempl/armcoff.sc +++ b/ld/scripttempl/armcoff.sc @@ -17,22 +17,7 @@ DTOR='.dtor : { *(SORT(.dtors.*)) *(.dtor) }' -if test "${RELOCATING}"; then - R_IDATA234=' - SORT(*)(.idata$2) - SORT(*)(.idata$3) - /* These zeroes mark the end of the import list. */ - LONG (0); LONG (0); LONG (0); LONG (0); LONG (0); - SORT(*)(.idata$4)' - R_IDATA5='SORT(*)(.idata$5)' - R_IDATA67=' - SORT(*)(.idata$6) - SORT(*)(.idata$7)' -else - R_IDATA234= - R_IDATA5= - R_IDATA67= -fi + cat <<EOF OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}", "${LITTLE_OUTPUT_FORMAT}") ${LIB_SEARCH_DIRS} @@ -75,16 +60,6 @@ SECTIONS } ${CONSTRUCTING+${RELOCATING-$CTOR}} ${CONSTRUCTING+${RELOCATING-$DTOR}} - .idata ${RELOCATING+BLOCK(__section_alignment__)} : - { - /* This cannot currently be handled with grouped sections. - See pep.em:sort_sections. */ - ${R_IDATA234} - ${RELOCATING+__IAT_start__ = .;} - ${R_IDATA5} - ${RELOCATING+__IAT_end__ = .;} - ${R_IDATA67} - } .bss ${RELOCATING+ ALIGN(0x8)} : { ${RELOCATING+ __bss_start__ = . ;} |