diff options
Diffstat (limited to 'test/ELF/mips-tls-static.s')
-rw-r--r-- | test/ELF/mips-tls-static.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/mips-tls-static.s b/test/ELF/mips-tls-static.s index b09f5516bc89..9a1294003f48 100644 --- a/test/ELF/mips-tls-static.s +++ b/test/ELF/mips-tls-static.s @@ -13,8 +13,8 @@ # CHECK-NEXT: 30020 ffff8000 00000001 00000000 # # CHECK: SYMBOL TABLE: -# CHECK: 0002000c .text 00000000 __tls_get_addr -# CHECK: 00000000 g .tdata 00000000 tls1 +# CHECK: 0002000c .text 00000000 __tls_get_addr +# CHECK: 00000000 g O .tdata 00000000 tls1 .text .global __start |