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.
6 lines
66 B
ArmAsm
6 lines
66 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
.global __start
|
|
__start:
|
|
.long 0
|