9d6404037f
* ld-elfweak/size2b.s: Likewise. * ld-elfweak/size2.d: Update.
14 lines
162 B
ArmAsm
14 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
|