From: Dave Korn Date: Fri, 24 Sep 2010 04:41:12 +0000 (+0000) Subject: * scripttempl/armcoff.sc: Revert 2010-09-22 change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9396a3cecf17e0754ab3a4642f306d2e2f20fe3f;p=binutils-gdb.git * scripttempl/armcoff.sc: Revert 2010-09-22 change. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index e7c8e774b2b..3ecb59cff31 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2010-09-23 Dave Korn + + * scripttempl/armcoff.sc: Revert 2010-09-22 change. + 2010-09-23 Alan Modra * ldlang.c (lang_add_section): Don't copy SEC_RELOC from input diff --git a/ld/scripttempl/armcoff.sc b/ld/scripttempl/armcoff.sc index cefd6eba3f8..ebc019a89f0 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 <