Reorder variable declarations to avoid problems with MIPS targets.

This commit is contained in:
Nick Clifton
2009-07-23 15:03:39 +00:00
parent 3e7a7d11f1
commit f658ca2c9f

View File

@ -26,10 +26,12 @@ tls_object:
.size notype,1 .size notype,1
notype: notype:
.byte 0x0 .byte 0x0
.comm common, 1
.type common,STT_COMMON
.type unique_global,%gnu_unique_object .type unique_global,%gnu_unique_object
unique_global: unique_global:
.byte 0x0 .byte 0x0
.size unique_global,1 .size unique_global,1
.comm common, 1
.type common,STT_COMMON