summaryrefslogtreecommitdiff
path: root/ld/scripttempl/elf.sc
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2009-06-05 16:49:16 +0000
committerH.J. Lu <hjl@lucon.org>2009-06-05 16:49:16 +0000
commit415d12d7b7f57ab63215b99e229fff5c1edf35d8 (patch)
tree33180f5a4ce24402fccb89119ed619ed4c01f66a /ld/scripttempl/elf.sc
parentfd4ff6c37dd03bba54086aece8e4bdee16c5177f (diff)
downloadbinutils-redhat-415d12d7b7f57ab63215b99e229fff5c1edf35d8.tar.gz
2009-06-05 H.J. Lu <hongjiu.lu@intel.com>
* scripttempl/elf.sc: Remove .rel.ifunc.dyn and .rela.ifunc.dyn.
Diffstat (limited to 'ld/scripttempl/elf.sc')
-rw-r--r--ld/scripttempl/elf.sc8
1 files changed, 0 insertions, 8 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc
index 75efa32a05..6d7652b94b 100644
--- a/ld/scripttempl/elf.sc
+++ b/ld/scripttempl/elf.sc
@@ -336,20 +336,12 @@ EOF
sed -e '/^[ ]*[{}][ ]*$/d;/:[ ]*$/d;/\.rela\./d;s/^.*: { *\(.*\)}$/ \1/' $COMBRELOC >> ldscripts/dyntmp.$$
cat >> ldscripts/dyntmp.$$ <<EOF
}
- .rel.ifunc.dyn ${RELOCATING-0} :
- {
- *(.rel.ifunc.*)
- }
.rela.dyn ${RELOCATING-0} :
{
EOF
sed -e '/^[ ]*[{}][ ]*$/d;/:[ ]*$/d;/\.rel\./d;s/^.*: { *\(.*\)}/ \1/' $COMBRELOC >> ldscripts/dyntmp.$$
cat >> ldscripts/dyntmp.$$ <<EOF
}
- .rela.ifunc.dyn ${RELOCATING-0} :
- {
- *(.rela.ifunc.*)
- }
EOF
fi