mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
11 lines
166 B
ArmAsm
11 lines
166 B
ArmAsm
|
.section .text.foo,"ax",%progbits
|
||
|
.globl foo
|
||
|
.type foo, %function
|
||
|
foo:
|
||
|
.byte 0
|
||
|
.section .text.bar,"ax",%progbits
|
||
|
.type bar, %function
|
||
|
.globl bar
|
||
|
bar:
|
||
|
.byte 0
|