diff options
Diffstat (limited to 'test/ELF/mips-tls-static-64.s')
-rw-r--r-- | test/ELF/mips-tls-static-64.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/mips-tls-static-64.s b/test/ELF/mips-tls-static-64.s index 04f18fa57585e..23c775fb32f53 100644 --- a/test/ELF/mips-tls-static-64.s +++ b/test/ELF/mips-tls-static-64.s @@ -11,8 +11,8 @@ # CHECK-NEXT: 30010 ffff9004 # # CHECK: SYMBOL TABLE: -# CHECK: 0000000000020004 .text 00000000 __tls_get_addr -# CHECK: 0000000000000000 g .tdata 00000000 tls1 +# CHECK: 0000000000020004 .text 00000000 __tls_get_addr +# CHECK: 0000000000000000 g O .tdata 00000000 tls1 .text .global __start |