RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / bfs-1.s
1 .arch armv8.1-m.main
2 .text
3 .syntax unified
4 .thumb
5 .global _start
6 .global target
7 _start:
8 target:
9 add r0, r0, r1
This page took 0.03025 seconds and 4 git commands to generate.