RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan3a.s
1 .globl main
2 .globl _main
3 .globl start
4 .globl _start
5 .globl __start
6 .text
7 main:
8 _main:
9 start:
10 _start:
11 __start:
12
13 .section .foo,"a",%nobits
14 .space 16
This page took 0.034344 seconds and 4 git commands to generate.