PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19615.s
CommitLineData
e20365c5
L
1 .text
2 .globl _start
3 .type _start, @function
4_start:
5 ret
6
7 .globl xyzzy /* This symbol should be exported */
8 .type xyzzy, @function
9xyzzy:
10 ret
11
12 .section ".xyzzy_ptr","aw",%progbits
13 .dc.a xyzzy
This page took 0.213607 seconds and 4 git commands to generate.