diff options
author | Eric Christopher <echristo@gmail.com> | 2005-03-24 22:47:52 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2005-03-24 22:47:52 +0000 |
commit | 82f0cfbdccfe0aaf9c59df5491bc78c6886f5d39 (patch) | |
tree | 3d3143d97e15b25e792f28ba181f24095e5da46e /ld | |
parent | bcfb5d778fc726dc7b75a402dba027fb4b88f02a (diff) | |
download | gdb-82f0cfbdccfe0aaf9c59df5491bc78c6886f5d39.zip gdb-82f0cfbdccfe0aaf9c59df5491bc78c6886f5d39.tar.gz gdb-82f0cfbdccfe0aaf9c59df5491bc78c6886f5d39.tar.bz2 |
2005-03-24 Eric Christopher <echristo@redhat.com>
* elfxx-mips.c: Revert previous patch.
2005-03-24 Eric Christopher <echristo@redhat.com>
* ld-mips-elf/rel32-n32.d: Revert changes.
* ld-mips-elf/rel32-o32.d: Ditto.
* ld-mips-elf/rel64.d: Ditto.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/rel32-n32.d | 10 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/rel32-o32.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/rel64.d | 10 |
4 files changed, 17 insertions, 11 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 8e8c09d..8b1c497 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2005-03-24 Eric Christopher <echristo@redhat.com> + + * ld-mips-elf/rel32-n32.d: Revert changes. + * ld-mips-elf/rel32-o32.d: Ditto. + * ld-mips-elf/rel64.d: Ditto. + 2005-03-23 Eric Christopher <echristo@redhat.com> * ld-mips-elf/textrel-1.s, ld-mips-elf/textrel-1.d: New diff --git a/ld/testsuite/ld-mips-elf/rel32-n32.d b/ld/testsuite/ld-mips-elf/rel32-n32.d index 565742a..cff8b36 100644 --- a/ld/testsuite/ld-mips-elf/rel32-n32.d +++ b/ld/testsuite/ld-mips-elf/rel32-n32.d @@ -4,12 +4,12 @@ #readelf: -x 5 -r #ld: -shared -melf32btsmipn32 -Relocation section '.rel.dyn' at offset 0x2fc contains 2 entries: +Relocation section '.rel.dyn' at offset 0x304 contains 2 entries: Offset Info Type Sym.Value Sym. Name 00000000 00000000 R_MIPS_NONE -00000320 00000003 R_MIPS_REL32 +00000330 00000003 R_MIPS_REL32 Hex dump of section '.text': - 0x00000310 00000000 00000000 00000000 00000000 ................ - 0x00000320 00000320 00000000 00000000 00000000 ................ - 0x00000330 00000000 00000000 00000000 00000000 ................ + 0x00000320 00000000 00000000 00000000 00000000 ................ + 0x00000330 00000330 00000000 00000000 00000000 ................ + 0x00000340 00000000 00000000 00000000 00000000 ................ diff --git a/ld/testsuite/ld-mips-elf/rel32-o32.d b/ld/testsuite/ld-mips-elf/rel32-o32.d index d89b87a..982758a 100644 --- a/ld/testsuite/ld-mips-elf/rel32-o32.d +++ b/ld/testsuite/ld-mips-elf/rel32-o32.d @@ -4,7 +4,7 @@ #readelf: -x 6 -r #ld: -shared -melf32btsmip -Relocation section '.rel.dyn' at offset 0x314 contains 2 entries: +Relocation section '.rel.dyn' at offset 0x31c contains 2 entries: Offset Info Type Sym.Value Sym. Name 00000000 00000000 R_MIPS_NONE 00000340 00000003 R_MIPS_REL32 diff --git a/ld/testsuite/ld-mips-elf/rel64.d b/ld/testsuite/ld-mips-elf/rel64.d index 8663f14..ead15f0 100644 --- a/ld/testsuite/ld-mips-elf/rel64.d +++ b/ld/testsuite/ld-mips-elf/rel64.d @@ -4,16 +4,16 @@ #readelf: -x 6 -r #ld: -shared -melf64btsmip -Relocation section '.rel.dyn' at offset 0x488 contains 2 entries: +Relocation section '.rel.dyn' at offset 0x498 contains 2 entries: Offset Info Type Sym. Value Sym. Name 000000000000 000000000000 R_MIPS_NONE Type2: R_MIPS_NONE Type3: R_MIPS_NONE -0000000004c0 000000001203 R_MIPS_REL32 +0000000004d0 000000001203 R_MIPS_REL32 Type2: R_MIPS_64 Type3: R_MIPS_NONE Hex dump of section '.text': - 0x000004b0 00000000 00000000 00000000 00000000 ................ - 0x000004c0 00000000 000004c0 00000000 00000000 ................ - 0x000004d0 00000000 00000000 00000000 00000000 ................ + 0x000004c0 00000000 00000000 00000000 00000000 ................ + 0x000004d0 00000000 000004d0 00000000 00000000 ................ + 0x000004e0 00000000 00000000 00000000 00000000 ................ |