PR ld/14962
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / pr14962a.s
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6 main:
7 start:
8 _start:
9 __start:
10 .dc.a x
This page took 0.03205 seconds and 4 git commands to generate.