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/scripttempl | |
parent | 154a1ee56c0283227aa6268ddbefe372c34e642a (diff) | |
download | gdb-fc1e8789317e3b99c26413c421aaeba3990eaa5d.zip gdb-fc1e8789317e3b99c26413c421aaeba3990eaa5d.tar.gz gdb-fc1e8789317e3b99c26413c421aaeba3990eaa5d.tar.bz2 |
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')
-rw-r--r-- | ld/scripttempl/elf.sc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index 75efa32..6d7652b 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 |