diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2006-10-18 12:34:19 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2006-10-18 12:34:19 +0000 |
commit | 7e1fa4ad31e7789ed94d2339c7175047a107cfb0 (patch) | |
tree | 01032cd4f3bcec85db5f5cf1a5307d419d805835 /ld/testsuite/ld-mips-elf/rel32-n32.d | |
parent | 2838ec41f8f9536ecb4235e671a9d73901d78649 (diff) | |
download | gdb-7e1fa4ad31e7789ed94d2339c7175047a107cfb0.zip gdb-7e1fa4ad31e7789ed94d2339c7175047a107cfb0.tar.gz gdb-7e1fa4ad31e7789ed94d2339c7175047a107cfb0.tar.bz2 |
ld/testsuite/
* ld-mips-elf/rel32-n32.d: Bump addresses by 0x30 to account for
the fact that .reginfo is now placed before .text. Change the
section number of .text accordingly.
Diffstat (limited to 'ld/testsuite/ld-mips-elf/rel32-n32.d')
-rw-r--r-- | ld/testsuite/ld-mips-elf/rel32-n32.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-mips-elf/rel32-n32.d b/ld/testsuite/ld-mips-elf/rel32-n32.d index 3b3572f..3c6b093 100644 --- a/ld/testsuite/ld-mips-elf/rel32-n32.d +++ b/ld/testsuite/ld-mips-elf/rel32-n32.d @@ -1,7 +1,7 @@ #name: MIPS rel32 n32 #source: rel32.s #as: -KPIC -EB -n32 -#readelf: -x 5 -r +#readelf: -x 6 -r #ld: -shared -melf32btsmipn32 Relocation section '.rel.dyn' at offset .* contains 2 entries: @@ -10,6 +10,6 @@ Relocation section '.rel.dyn' at offset .* contains 2 entries: [0-9a-f ]+R_MIPS_REL32 Hex dump of section '.text': - 0x000002b0 00000000 00000000 00000000 00000000 ................ - 0x000002c0 000002c0 00000000 00000000 00000000 ................ 0x000002d0 00000000 00000000 00000000 00000000 ................ + 0x000002e0 000002e0 00000000 00000000 00000000 ................ + 0x000002f0 00000000 00000000 00000000 00000000 ................ |