aarch64*-*-*ilp32 gas tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / reloc.s
1 .extern load_extern1;
2 .extern call_data1;
3 .data
4 load_data1: .word 4567;
5 load_data2: .word 8901;
6 load_data3: .word 1243;
7 load_data4: .byte load_extern1;
8 .text
9 jump exit;
10 call _call_data1;
11 r5 = load_data1;
12 jump exit-4;
13 call call_data1+8;
14 r5.H = load_data2;
15 r7.L = load_data3;
16 r1.h = load_extern1;
17
18 exit:
19
This page took 0.03079 seconds and 4 git commands to generate.