mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
a5e0d2699d
* ld-elfvsb/hidden2.s: Force type OBJECT. * ld-elfvsb/hidden2.ld: Place .dynamic explicitly. * ld-elf/start.s: Provide __start for MIPS. * ld-elfcomm/elfcomm.exp: Accept MIPS common section. XFAIL size change test. * ld-elf/warn1.d: Use group.ld instead of -Ttext.
7 lines
66 B
ArmAsm
7 lines
66 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
.global __start
|
|
__start:
|
|
.long 0
|