diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2007-03-23 00:00:23 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2007-03-23 00:00:23 +0000 |
commit | 683b7041b0b8e7fe754fa4408df05f73085c9193 (patch) | |
tree | 91dceb0832a25b7d06fc86a12f316875af574b6d /ld | |
parent | 9f264ea9a7a880f3770ef311e2baac93fe068991 (diff) | |
download | gdb-683b7041b0b8e7fe754fa4408df05f73085c9193.zip gdb-683b7041b0b8e7fe754fa4408df05f73085c9193.tar.gz gdb-683b7041b0b8e7fe754fa4408df05f73085c9193.tar.bz2 |
* ld-sh/ld-r-1.d: Update.
* ld-sh/shared-1.d: Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/ld-r-1.d | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/shared-1.d | 5 |
3 files changed, 11 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6bf9ce8..a3e127f 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * ld-sh/ld-r-1.d: Update. + * ld-sh/shared-1.d: Likewise. + 2007-03-23 Alan Modra <amodra@bigpond.net.au> * ld-elf/elf.exp: Add "--local-store 0:0" to LDFLAGS for spu. diff --git a/ld/testsuite/ld-sh/ld-r-1.d b/ld/testsuite/ld-sh/ld-r-1.d index 7bcd479..1c629b3 100644 --- a/ld/testsuite/ld-sh/ld-r-1.d +++ b/ld/testsuite/ld-sh/ld-r-1.d @@ -17,7 +17,8 @@ Relocation section '\.rela\.text' at offset 0x[0-9a-f]+ contains 1 entries: 00000008 00000101 R_SH_DIR32 +00000000 +\.text +\+ 0 Hex dump of section '\.text': - 0x00000000 0000000c 00090009 00090009 .* +.* + 0x00000000 09000900 09000900 0c000000 .* Hex dump of section '\.rela\.text': - 0x00000000 00000000 00000101 00000008 .* + 0x00000000 08000000 01010000 00000000 .* diff --git a/ld/testsuite/ld-sh/shared-1.d b/ld/testsuite/ld-sh/shared-1.d index 0250ea8..940195d 100644 --- a/ld/testsuite/ld-sh/shared-1.d +++ b/ld/testsuite/ld-sh/shared-1.d @@ -16,7 +16,8 @@ Relocation section '\.rela\.text' at offset 0x[0-9a-f]+ contains 1 entries: 0000019c +[0-9a-f]+ R_SH_RELATIVE +000001a0 Hex dump of section '\.rela\.text': - 0x00000188 000001a0 000000a5 0000019c .* + 0x00000188 9c010000 a5000000 a0010000 .* Hex dump of section '\.text': - 0x00000194 000001a0 00090009 00090009 .* +.* + 0x00000194 09000900 09000900 a0010000 .* |