mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
17 lines
200 B
ArmAsm
17 lines
200 B
ArmAsm
|
.text
|
||
|
.globl main
|
||
|
.globl start
|
||
|
.globl _start
|
||
|
.globl __start
|
||
|
main:
|
||
|
start:
|
||
|
_start:
|
||
|
__start:
|
||
|
.byte 0
|
||
|
.section .bar,"ax","progbits"
|
||
|
.byte 0
|
||
|
.section .foo,"aw","progbits"
|
||
|
.byte 0
|
||
|
.data
|
||
|
.byte 0
|