mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
11 lines
166 B
ArmAsm
11 lines
166 B
ArmAsm
|
.text
|
||
|
.global start /* Used by SH targets. */
|
||
|
start:
|
||
|
.global _start
|
||
|
_start:
|
||
|
.global __start
|
||
|
__start:
|
||
|
.global main /* Used by HPPA targets. */
|
||
|
main:
|
||
|
.long foo
|