OSDN Git Service

2009-06-05 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Fri, 5 Jun 2009 16:49:16 +0000 (16:49 +0000)
committerH.J. Lu <hjl@lucon.org>
Fri, 5 Jun 2009 16:49:16 +0000 (16:49 +0000)
* scripttempl/elf.sc: Remove .rel.ifunc.dyn and .rela.ifunc.dyn.

ld/ChangeLog
ld/scripttempl/elf.sc

index 062a0bc..cd05d9d 100644 (file)
@@ -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.
index 75efa32..6d7652b 100644 (file)
@@ -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