mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
7 lines
88 B
ArmAsm
7 lines
88 B
ArmAsm
|
.globl data
|
||
|
.section .data.exit,"aw"
|
||
|
data:
|
||
|
.globl text
|
||
|
.section .text.exit,"aw"
|
||
|
text:
|