diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2008-09-20 09:47:43 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2008-09-20 09:47:43 +0000 |
commit | bc235167c09794f43271c0ed9d44ee2507cd549b (patch) | |
tree | 33a66d9e65233077ffe58f89cf102ea59976c1fd /ld/testsuite/ld-mips-elf | |
parent | 33aa234e0c9062e1879c399616d1b917bcd987c0 (diff) | |
download | gdb-bc235167c09794f43271c0ed9d44ee2507cd549b.zip gdb-bc235167c09794f43271c0ed9d44ee2507cd549b.tar.gz gdb-bc235167c09794f43271c0ed9d44ee2507cd549b.tar.bz2 |
ld/testsuite/
* ld-mips-elf/reloc-estimate-1.d: Make endian-neutral.
Diffstat (limited to 'ld/testsuite/ld-mips-elf')
-rw-r--r-- | ld/testsuite/ld-mips-elf/reloc-estimate-1.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-mips-elf/reloc-estimate-1.d b/ld/testsuite/ld-mips-elf/reloc-estimate-1.d index 94dde81..0d49b05 100644 --- a/ld/testsuite/ld-mips-elf/reloc-estimate-1.d +++ b/ld/testsuite/ld-mips-elf/reloc-estimate-1.d @@ -15,4 +15,4 @@ OFFSET TYPE VALUE # The address must be 0x810. We should only ever allocate one dynamic # reloc over and above the first R_MIPS_NONE entry. Contents of section \.foo: - 0810 deadbeef .... + 0810 (deadbeef|efbeadde) .... |