diff options
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-crx/reloc-abs32.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-crx/reloc-rel16.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-crx/reloc-rel24.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-crx/reloc-rel32.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-crx/reloc-rel4.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-crx/reloc-rel8-cmp.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-crx/reloc-rel8.d | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/ld/testsuite/ld-crx/reloc-abs32.d b/ld/testsuite/ld-crx/reloc-abs32.d index 344b208..c4bd8cf 100644 --- a/ld/testsuite/ld-crx/reloc-abs32.d +++ b/ld/testsuite/ld-crx/reloc-abs32.d @@ -9,5 +9,5 @@ Disassembly of section .text_32: 11014000 <_start>: -11014000: 01 33 01 22 loadb 0x22014006, r1 +11014000: 01 33 01 22 loadb 0x22014006 [-_<>+0-9a-z]*, r1 11014004: 06 40 diff --git a/ld/testsuite/ld-crx/reloc-rel16.d b/ld/testsuite/ld-crx/reloc-rel16.d index 65cb2b8..15b820e 100644 --- a/ld/testsuite/ld-crx/reloc-rel16.d +++ b/ld/testsuite/ld-crx/reloc-rel16.d @@ -9,4 +9,4 @@ Disassembly of section .text_16: 00001010 <_start>: - 1010: 7e 30 02 08 bal r14, \*\+0x1004 + 1010: 7e 30 02 08 bal r14, 0x[0-9a-f]* [-_<>+0-9a-z]* diff --git a/ld/testsuite/ld-crx/reloc-rel24.d b/ld/testsuite/ld-crx/reloc-rel24.d index 2b38c5d..c72af5a 100644 --- a/ld/testsuite/ld-crx/reloc-rel24.d +++ b/ld/testsuite/ld-crx/reloc-rel24.d @@ -9,5 +9,5 @@ Disassembly of section .text_24: 00f01400 <_start>: - f01400: 81 31 70 20 cmpbeqb r1, r2, \*\+0xe00006 + f01400: 81 31 70 20 cmpbeqb r1, r2, 0x[0-9a-f]* [-_<>+0-9a-z]* f01404: 03 00 diff --git a/ld/testsuite/ld-crx/reloc-rel32.d b/ld/testsuite/ld-crx/reloc-rel32.d index 726bfcd..31f462b 100644 --- a/ld/testsuite/ld-crx/reloc-rel32.d +++ b/ld/testsuite/ld-crx/reloc-rel32.d @@ -9,5 +9,5 @@ Disassembly of section .text_32: 11014000 <_start>: -11014000: 7f 7e 80 08 br \*\+0x11000006 +11014000: 7f 7e 80 08 br 0x[0-9a-f]* [-_<>+0-9a-z]* 11014004: 03 00 diff --git a/ld/testsuite/ld-crx/reloc-rel4.d b/ld/testsuite/ld-crx/reloc-rel4.d index a05060b..be9ff36 100644 --- a/ld/testsuite/ld-crx/reloc-rel4.d +++ b/ld/testsuite/ld-crx/reloc-rel4.d @@ -9,4 +9,4 @@ Disassembly of section .text_4: 0000000a <_start>: - a: 3a b0 beq0b r10, 0x8 + a: 3a b0 beq0b r10, 0x8 [-_<>+0-9a-z]* diff --git a/ld/testsuite/ld-crx/reloc-rel8-cmp.d b/ld/testsuite/ld-crx/reloc-rel8-cmp.d index e027ad6..2d1a245 100644 --- a/ld/testsuite/ld-crx/reloc-rel8-cmp.d +++ b/ld/testsuite/ld-crx/reloc-rel8-cmp.d @@ -9,4 +9,4 @@ Disassembly of section .text_8: 000000e0 <_start>: - e0: 81 30 0a 20 cmpbeqb r1, r2, \*\+0x14 + e0: 81 30 0a 20 cmpbeqb r1, r2, 0x[0-9a-f]* [-_<>+0-9a-z]* diff --git a/ld/testsuite/ld-crx/reloc-rel8.d b/ld/testsuite/ld-crx/reloc-rel8.d index f4c5972..d76ec63 100644 --- a/ld/testsuite/ld-crx/reloc-rel8.d +++ b/ld/testsuite/ld-crx/reloc-rel8.d @@ -9,4 +9,4 @@ Disassembly of section .text_8: 000000e0 <_start>: - e0: 09 70 beq \*\+0x12 + e0: 09 70 beq 0x[0-9a-f]* [-_<>+0-9a-z]* |