gas: blackfin: generalize matching in the video tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / reloc.s
CommitLineData
8df55cb8
CM
1 .extern load_extern1;
2 .extern call_data1;
3 .data
4load_data1: .word 4567;
5load_data2: .word 8901;
6load_data3: .word 1243;
7load_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
18exit:
19
This page took 0.209227 seconds and 4 git commands to generate.