mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
9d6404037f
* ld-elfweak/size2b.s: Likewise. * ld-elfweak/size2.d: Update.
15 lines
162 B
ArmAsm
15 lines
162 B
ArmAsm
.text
|
|
.weak _start
|
|
.type _start, "function"
|
|
_start:
|
|
.byte 0
|
|
.byte 0
|
|
.size _start, 2
|
|
|
|
.weak foo
|
|
.type foo, "function"
|
|
foo:
|
|
.byte 0
|
|
.byte 0
|
|
.size foo, 2
|