4b7e639504
* ld-elf/fini0.s: Indent global directive. * ld-elf/foo0.s: Likewise. * ld-elf/init0.s: Likewise. * ld-elf/pr14156c.t: Keep text section.
16 lines
246 B
ArmAsm
16 lines
246 B
ArmAsm
.text
|
|
.global start /* Used by SH targets. */
|
|
start:
|
|
.global _start
|
|
_start:
|
|
.global __start
|
|
__start:
|
|
.global main /* Used by HPPA targets. */
|
|
main:
|
|
.dc.a 0
|
|
|
|
.section .foo,"ax",%progbits
|
|
.p2align 2
|
|
.global foo
|
|
.type foo,%function
|
|
foo:
|