diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/elf/type.s | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/testsuite/gas/elf/type.s b/gas/testsuite/gas/elf/type.s index 159bf6d..d0a1afd 100644 --- a/gas/testsuite/gas/elf/type.s +++ b/gas/testsuite/gas/elf/type.s @@ -26,10 +26,12 @@ tls_object: .size notype,1 notype: .byte 0x0 - .comm common, 1 - .type common,STT_COMMON .type unique_global,%gnu_unique_object unique_global: .byte 0x0 .size unique_global,1 + + .comm common, 1 + .type common,STT_COMMON +
\ No newline at end of file |