diff options
Diffstat (limited to 'ld/testsuite/ld-spu')
-rw-r--r-- | ld/testsuite/ld-spu/icache1.d | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-spu/pic.d | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-spu/icache1.d b/ld/testsuite/ld-spu/icache1.d index 01b42ba..27dc99e 100644 --- a/ld/testsuite/ld-spu/icache1.d +++ b/ld/testsuite/ld-spu/icache1.d @@ -23,7 +23,7 @@ Disassembly of section \.text: Disassembly of section \.data: -.* <.data>: +.* <(\.data|_edata-0x10)>: .* 00 04 08 00 .* .* 00 04 0d 04 .* .* 00 04 0c 00 .* @@ -31,7 +31,7 @@ Disassembly of section \.data: Disassembly of section \.bss: -.* <__icache_tag_array>: +.* <(__icache_tag_array|__bss_start)>: \.\.\. .* <__icache_rewrite_to>: diff --git a/ld/testsuite/ld-spu/pic.d b/ld/testsuite/ld-spu/pic.d index 438d4e1..6279d51 100644 --- a/ld/testsuite/ld-spu/pic.d +++ b/ld/testsuite/ld-spu/pic.d @@ -55,7 +55,7 @@ Disassembly of section \.text: 58: SPU_ADDR18 glob 5c: 18 1f 84 06 a \$6,\$8,\$126 5c: SPU_ADD_PIC glob - 60: 42 00 90 09 ila \$9,120 <__bss_start> + 60: 42 00 90 09 ila \$9,120 .* 60: SPU_ADDR18 _end 64: 18 1f 84 89 a \$9,\$9,\$126 64: SPU_ADD_PIC _end |