summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/scripttempl/elf.sc8
2 files changed, 4 insertions, 8 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 062a0bc01a..cd05d9da72 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ * scripttempl/elf.sc: Remove .rel.ifunc.dyn and .rela.ifunc.dyn.
+
2009-06-04 Alan Modra <amodra@bigpond.net.au>
* dep-in.sed: Don't use \n in replacement part of s command.
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
OpenPOWER on IntegriCloud