RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / pr22267.s
CommitLineData
76f361eb
L
1 .globl main
2 .globl start
3 .globl _start
4 .globl __start
5 .text
6main:
7start:
8_start:
9__start:
10 .dc.a foo
This page took 0.142339 seconds and 4 git commands to generate.