ChangeLog rotation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / startof.s
CommitLineData
dc74becf
L
1 .section scnfoo,"aw",%progbits
2 .zero 0x10
3
4 .globl bar
5 .data
6 .align 8
7 .type bar, %object
8 .size bar, 8
9bar:
bdd32e03
AM
10 .ifdef UNDERSCORE
11 .dc.a ___start_scnfoo
12 .else
dc74becf 13 .dc.a __start_scnfoo
bdd32e03 14 .endif
dc74becf 15 .dc.a .startof. (scnfoo)
This page took 0.052343 seconds and 4 git commands to generate.