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 | |
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')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/reloc-estimate-1.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 5db8d59..e7f9859 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-09-20 Richard Sandiford <rdsandiford@googlemail.com> + + * ld-mips-elf/reloc-estimate-1.d: Make endian-neutral. + 2008-09-20 Jan Kratochvil <jan.kratochvil@redhat.com> Provide virtual target "cfi" for targets supporting CFI. 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) .... |