Remove sh5 and sh64 support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68k / p3041.d
1 #name: PR 3041
2 #objdump: -tdr
3
4 .*: file format .*
5
6 SYMBOL TABLE:
7 00000036 w \.text 0000 00 0f mytext
8 0000003e w \.data 0000 00 10 mydata
9 0000004a w \.bss 0000 00 11 mybss
10
11 Disassembly of section \.text:
12
13 00000000 <.*>:
14 0: 41f9 0000 0000 lea 0 <.*>,%a0
15 2: 32 mytext
16 6: 41f9 0000 0002 lea 2 <.*>,%a0
17 8: 32 mytext
18 c: 41f9 ffff fffc lea fffffffc <.*>,%a0
19 e: 32 mytext
20 12: 41f9 0000 0000 lea 0 <.*>,%a0
21 14: 32 mydata
22 18: 41f9 0000 0003 lea 3 <.*>,%a0
23 1a: 32 mydata
24 1e: 41f9 ffff ffff lea ffffffff <.*>,%a0
25 20: 32 mydata
26 24: 41f9 0000 0000 lea 0 <.*>,%a0
27 26: 32 mybss
28 2a: 41f9 0000 0001 lea 1 <.*>,%a0
29 2c: 32 mybss
30 30: 41f9 ffff fffe lea fffffffe <.*>,%a0
31 32: 32 mybss
32
33 00000036 <mytext>:
34 36: 4e71 nop
35 38: 4e71 nop
36 3a: 4e71 nop
This page took 0.030724 seconds and 4 git commands to generate.