RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-z80 / jr_b.d
CommitLineData
6655dba2
SB
1#name: Z80 backward PC relative relocations
2#source: labels.s -z80
3#source: jr.s -z80
4#ld: -e 0 -Ttext 0 -Tdata 0x100 -s
5#objdump: -d
6
7.*:[ ]+file format (coff)|(elf32)\-z80
8
9
10.* \.text:
11
1200000000 <.*>:
13[ ]+0:[ ]+78[ ]+ld a,b
14[ ]+1:[ ]+79[ ]+ld a,c
15[ ]+2:[ ]+7a[ ]+ld a,d
16[ ]+3:[ ]+7b[ ]+ld a,e
17[ ]+4:[ ]+7c[ ]+ld a,h
18[ ]+5:[ ]+7d[ ]+ld a,l
19[ ]+6:[ ]+7e[ ]+ld a,\(hl\)
20[ ]+7:[ ]+7f[ ]+ld a,a
21[ ]+8:[ ]+2f[ ]+cpl
22[ ]+9:[ ]+10 f5[ ]+djnz 0x0000
23[ ]+b:[ ]+18 f4[ ]+jr 0x0001
24[ ]+d:[ ]+20 f3[ ]+jr nz,0x0002
25[ ]+f:[ ]+28 f2[ ]+jr z,0x0003
26[ ]+11:[ ]+30 f1[ ]+jr nc,0x0004
27[ ]+13:[ ]+38 f0[ ]+jr c,0x0005
28[ ]+15:[ ]+10 fe[ ]+djnz 0x0015
29[ ]+17:[ ]+18 fe[ ]+jr 0x0017
30[ ]+19:[ ]+20 fe[ ]+jr nz,0x0019
31[ ]+1b:[ ]+28 fe[ ]+jr z,0x001b
32[ ]+1d:[ ]+30 fe[ ]+jr nc,0x001d
33[ ]+1f:[ ]+38 fe[ ]+jr c,0x001f
34[ ]+21:[ ]+10 fe[ ]+djnz 0x0021
35[ ]+23:[ ]+18 fe[ ]+jr 0x0023
36[ ]+25:[ ]+20 fe[ ]+jr nz,0x0025
37[ ]+27:[ ]+28 fe[ ]+jr z,0x0027
38[ ]+29:[ ]+30 fe[ ]+jr nc,0x0029
39[ ]+2b:[ ]+38 fe[ ]+jr c,0x002b
40[ ]+2d:[ ]+10 0a[ ]+djnz 0x0039
41[ ]+2f:[ ]+18 09[ ]+jr 0x003a
42[ ]+31:[ ]+20 08[ ]+jr nz,0x003b
43[ ]+33:[ ]+28 07[ ]+jr z,0x003c
44[ ]+35:[ ]+30 06[ ]+jr nc,0x003d
45[ ]+37:[ ]+38 05[ ]+jr c,0x003e
46[ ]+39:[ ]+c9[ ]+ret
47[ ]+3a:[ ]+c9[ ]+ret
48[ ]+3b:[ ]+c9[ ]+ret
49[ ]+3c:[ ]+c9[ ]+ret
50[ ]+3d:[ ]+c9[ ]+ret
51[ ]+3e:[ ]+c9[ ]+ret
This page took 0.052966 seconds and 4 git commands to generate.