diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-16 14:42:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-16 14:42:15 +0000 |
commit | 504b7d2026f1fbbe912b6f513c069c0d47ba2505 (patch) | |
tree | aa3186b5ab4a002cd64900af269e99d41031d584 /ld/testsuite/ld-sh | |
parent | 62c018fe4a6de89d710e84b7efffe2462fa435cd (diff) | |
download | gdb-504b7d2026f1fbbe912b6f513c069c0d47ba2505.zip gdb-504b7d2026f1fbbe912b6f513c069c0d47ba2505.tar.gz gdb-504b7d2026f1fbbe912b6f513c069c0d47ba2505.tar.bz2 |
Support the use of the STT_COMMON type. (In source and object files only at the moment)
Diffstat (limited to 'ld/testsuite/ld-sh')
-rw-r--r-- | ld/testsuite/ld-sh/sh64/crangerel1.rd | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/sh64/crangerel2.rd | 1 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/sh64/reldl32.rd | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/sh64/reldl64.rd | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-sh/sh64/crangerel1.rd b/ld/testsuite/ld-sh/sh64/crangerel1.rd index 005918e..7b133c6 100644 --- a/ld/testsuite/ld-sh/sh64/crangerel1.rd +++ b/ld/testsuite/ld-sh/sh64/crangerel1.rd @@ -41,5 +41,6 @@ Hex dump of section '\.text\.mixed': 0x00000010 0000002b 00090009 .* Hex dump of section '\.cranges': +.* 0x00000000 00000000 0000000c 00030000 000c0000 .* 0x00000010 00080001 00000014 00000004 0002 .* diff --git a/ld/testsuite/ld-sh/sh64/crangerel2.rd b/ld/testsuite/ld-sh/sh64/crangerel2.rd index f9c55d5..635acfc 100644 --- a/ld/testsuite/ld-sh/sh64/crangerel2.rd +++ b/ld/testsuite/ld-sh/sh64/crangerel2.rd @@ -53,6 +53,7 @@ Hex dump of section '\.text\.mixed': 0x00000050 6ff0fff0 6ff0fff0 6ff0fff0 .* Hex dump of section '\.cranges': +.* 0x00000000 00000000 0000000c 00030000 000c0000 .* 0x00000010 00080001 00000014 00000004 00020000 .* 0x00000020 00180000 00100003 00000028 00000014 .* diff --git a/ld/testsuite/ld-sh/sh64/reldl32.rd b/ld/testsuite/ld-sh/sh64/reldl32.rd index d242c5c..98bbbed 100644 --- a/ld/testsuite/ld-sh/sh64/reldl32.rd +++ b/ld/testsuite/ld-sh/sh64/reldl32.rd @@ -303,6 +303,7 @@ Symbol table '\.symtab' contains 134 entries: 133: 00000000 0 <processor specific>: 13 GLOBAL DEFAULT UND unresolved8 Hex dump of section '\.text': +.* 0x00000000 6ff0fff0 6ff0fff0 cc0000a0 cc000140 .* 0x00000010 cc000140 cc000140 cc000280 cc0001e0 .* 0x00000020 cc0000a0 cc0000a0 cc000280 cc000140 .* @@ -319,6 +320,7 @@ Hex dump of section '\.text': 0x000000d0 6ff0fff0 .* Hex dump of section '\.data': +.* 0x00000000 00000000 00000000 00000008 00000000 .* 0x00000010 00000000 00000000 00000000 00000000 .* 0x00000020 00000028 00000000 00000000 00000000 .* diff --git a/ld/testsuite/ld-sh/sh64/reldl64.rd b/ld/testsuite/ld-sh/sh64/reldl64.rd index 41aa91e..a34537b 100644 --- a/ld/testsuite/ld-sh/sh64/reldl64.rd +++ b/ld/testsuite/ld-sh/sh64/reldl64.rd @@ -305,6 +305,7 @@ Symbol table '\.symtab' contains 134 entries: 133: 0000000000000000 0 <processor specific>: 13 GLOBAL DEFAULT UND unresolved8 Hex dump of section '\.text': +.* 0x00000000 6ff0fff0 6ff0fff0 cc0000a0 cc000140 .* 0x00000010 cc000140 cc000140 cc000280 cc0001e0 .* 0x00000020 cc0000a0 cc0000a0 cc000280 cc000140 .* @@ -321,6 +322,7 @@ Hex dump of section '\.text': 0x000000d0 6ff0fff0 6ff0fff0 6ff0fff0 .* Hex dump of section '\.data': +.* 0x00000000 00000000 00000000 00000008 00000000 .* 0x00000010 00000000 00000000 00000000 00000000 .* 0x00000020 00000028 00000000 00000000 00000000 .* |