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
|
.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
|
||||||
|
|
Reference in New Issue
Block a user