mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
12 lines
175 B
ArmAsm
12 lines
175 B
ArmAsm
|
.section .text.foo,"axG",%progbits,foo_group
|
||
|
.word 0
|
||
|
|
||
|
.section .data.foo,"waG",%progbits,foo_group
|
||
|
.word 1
|
||
|
|
||
|
.section .text, "ax"
|
||
|
.word 0
|
||
|
|
||
|
.section .data, "wa"
|
||
|
.word 1
|