Add support fpr MAXQ processor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-maxq / r32-1.s
1 ; Test the intersegment relocation
2 ; Inderpreetb@noida.hcltech.com
3
4 .global _start
5 .extern _main
6 _start:
7 call _main
8 nop
9 nop
10 nop
11 nop
12 .global _exit
13 _exit:
14 nop
15 nop
16 nop
17 .global _abort
18 _abort:
19 nop
20 nop
This page took 0.031026 seconds and 4 git commands to generate.