mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Reorder variable declarations to avoid problems with MIPS targets.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user