mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
9d6404037f
* ld-elfweak/size2b.s: Likewise. * ld-elfweak/size2.d: Update.
13 lines
146 B
ArmAsm
13 lines
146 B
ArmAsm
.text
|
|
.global _start
|
|
.type _start, "function"
|
|
_start:
|
|
.byte 0
|
|
.size _start, 1
|
|
|
|
.weak foo
|
|
.type foo, "function"
|
|
foo:
|
|
.byte 0
|
|
.size foo, 1
|