diff options
author | Alan Modra <amodra@gmail.com> | 2002-09-30 03:35:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-09-30 03:35:18 +0000 |
commit | 302cbfc2102b4a5a97774195302d57c992efb890 (patch) | |
tree | fae85c18e458d5f9131d1680fdde45094b89e470 /ld/testsuite/ld-i386/reloc.d | |
parent | ba49312244a0a0dab1f20e539069a72a3448ae50 (diff) | |
download | gdb-302cbfc2102b4a5a97774195302d57c992efb890.zip gdb-302cbfc2102b4a5a97774195302d57c992efb890.tar.gz gdb-302cbfc2102b4a5a97774195302d57c992efb890.tar.bz2 |
* ld-i386/reloc.s, ld-i386/reloc.d: New.
* ld-i386/i386.exp: Run new test.
Diffstat (limited to 'ld/testsuite/ld-i386/reloc.d')
-rw-r--r-- | ld/testsuite/ld-i386/reloc.d | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ld/testsuite/ld-i386/reloc.d b/ld/testsuite/ld-i386/reloc.d new file mode 100644 index 0000000..2981110 --- /dev/null +++ b/ld/testsuite/ld-i386/reloc.d @@ -0,0 +1,18 @@ +# Test that orphan reloc sections are placed before .rel.plt even when +# .rel.plt is the only reloc section. +#source: reloc.s +#as: --32 +#ld: -shared -melf_i386 +#objdump: -hw +#target: i?86-*-* + +.*: +file format elf32-i386 +#... +.*\.relplatypus.* +#... +.*\.rel\.plt.* +# x86 ld doesn't output non-alloc reloc sections to shared libs, so disable +# the following two lines for the time being. +# #... +# .*\.relechidna.* +#pass |