Reorder variable declarations to avoid problems with MIPS targets.
This commit is contained in:
parent
3e7a7d11f1
commit
f658ca2c9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user