Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nds32 / relax_jmp.s
1 .text
2 .global _start
3 _start:
4 j main
5 jal main
6 .section .text.2, "ax"
7 .globl main
8 main:
9 nop
10
This page took 0.030729 seconds and 4 git commands to generate.