diff options
Diffstat (limited to 'lld/test/ELF/mips-plt-copy.s')
-rw-r--r-- | lld/test/ELF/mips-plt-copy.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/ELF/mips-plt-copy.s b/lld/test/ELF/mips-plt-copy.s index e4c24f6d846..58883d88456 100644 --- a/lld/test/ELF/mips-plt-copy.s +++ b/lld/test/ELF/mips-plt-copy.s @@ -11,11 +11,11 @@ # REQUIRES: mips # CHECK: Relocations [ -# CHECK-NEXT: Section (7) .rel.dyn { +# CHECK-NEXT: Section ({{.*}}) .rel.dyn { # CHECK-NEXT: 0x{{[0-9A-F]+}} R_MIPS_COPY data0 0x0 # CHECK-NEXT: 0x{{[0-9A-F]+}} R_MIPS_COPY data1 0x0 # CHECK-NEXT: } -# CHECK-NEXT: Section (8) .rel.plt { +# CHECK-NEXT: Section ({{.*}}) .rel.plt { # CHECK-NEXT: 0x{{[0-9A-F]+}} R_MIPS_JUMP_SLOT foo0 0x0 # CHECK-NEXT: 0x{{[0-9A-F]+}} R_MIPS_JUMP_SLOT foo1 0x0 # CHECK-NEXT: } @@ -75,7 +75,7 @@ bar: loc: nop - .data + .rodata .globl gd gd: .word 0 |