gas/riscv: Produce version 3 DWARF CIE by default
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / initn.s
1 .section .init, "a"
2 .p2align 5
3 .type last,%function
4 last:
5 .dc.a 0x0
6 .size last,.-last
This page took 0.037212 seconds and 4 git commands to generate.