Remove sh5 and sh64 support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68k / p3041pcrel.d
CommitLineData
32a96f36
AM
1#name: PR 3041 pcrel
2#as: -m68000
3#objdump: -tdr
4
5.*: file format .*
6
7SYMBOL TABLE:
800000024 w \.text 0000 00 0f mytext
90000002e w \.data 0000 00 10 mydata
100000003a w \.bss 0000 00 11 mybss
11
12Disassembly of section \.text:
13
1400000000 <.*>:
15 0: 41fa fffe lea %pc@\(0 <.*>\),%a0
16 2: DISP16 mytext
17 4: 41fa fffc lea %pc@\(2 <.*>\),%a0
18 6: DISP16 mytext
19 8: 41fa fff2 lea %pc@\(fffffffc <.*>\),%a0
20 a: DISP16 mytext
21 c: 41fa fff2 lea %pc@\(0 <.*>\),%a0
22 e: DISP16 mydata
23 10: 41fa fff1 lea %pc@\(3 <.*>\),%a0
24 12: DISP16 mydata
25 14: 41fa ffe9 lea %pc@\(ffffffff <.*>\),%a0
26 16: DISP16 mydata
27 18: 41fa ffe6 lea %pc@\(0 <.*>\),%a0
28 1a: DISP16 mybss
29 1c: 41fa ffe3 lea %pc@\(1 <.*>\),%a0
30 1e: DISP16 mybss
31 20: 41fa ffdc lea %pc@\(fffffffe <.*>\),%a0
32 22: DISP16 mybss
33
3400000024 <mytext>:
35 24: 4e71 nop
36 26: 4e71 nop
37 28: 4e71 nop
38 2a: 4e71 nop
This page took 0.445416 seconds and 4 git commands to generate.