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
1 changed files with 4 additions and 2 deletions

View File

@ -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