mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
17 lines
215 B
ArmAsm
17 lines
215 B
ArmAsm
.include "common.inc"
|
|
.include "arch.inc"
|
|
|
|
comment "Second file in assembly source debugging testcase."
|
|
|
|
.global foo2
|
|
foo2:
|
|
enter
|
|
|
|
comment "Call someplace else."
|
|
|
|
call foo3
|
|
|
|
comment "All done, return."
|
|
|
|
leave
|