RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr23648.s
CommitLineData
7e00df65
AM
1 .text
2 .global entry, _entry
3entry:
4_entry:
5 .dc.a foo
6
7 .section .text.test0,"ax",%progbits
8 .global test0
9test0:
10 .dc.a 0
11
12 .section .text.test1,"ax",%progbits
13 .global test1
14test1:
15 .dc.a 1
This page took 0.102245 seconds and 4 git commands to generate.