6be03e76f5e1e708baf91d5d669fb2f7d74829d0
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / mabi-attr-03.s
1 .attribute arch,"rv64ifdq"
2 .option pic
3 .extern foo
4 .text
5 foo:
6 la a0, foo
This page took 0.029596 seconds and 3 git commands to generate.