mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
e1e9003466
* config/obj-elf.c (elf_frob_symbol): Properly handle size expression. * ld-mn10300/i135409-3.s: Correct .size label reference. * ld-sh/sh64/stolib.s: Likewise.
17 lines
230 B
ArmAsm
17 lines
230 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
.type _func, @function
|
|
_func:
|
|
mov L001,A1
|
|
nop
|
|
A:
|
|
mov L001,A1
|
|
BOTTOM:
|
|
.balign 0x8
|
|
add D0,D1
|
|
.size _func, .-_func
|
|
|
|
.data
|
|
L001:
|