diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-06-05 16:49:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-06-05 16:49:16 +0000 |
commit | fc1e8789317e3b99c26413c421aaeba3990eaa5d (patch) | |
tree | ec635efe71b1440153b2a9c2ac266f5864832620 /ld | |
parent | 154a1ee56c0283227aa6268ddbefe372c34e642a (diff) | |
download | ppe42-binutils-fc1e8789317e3b99c26413c421aaeba3990eaa5d.tar.gz ppe42-binutils-fc1e8789317e3b99c26413c421aaeba3990eaa5d.zip |
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')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/scripttempl/elf.sc | 8 |
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 |