Print addend as signed in objdump
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / astest2_64.d
1 #objdump: -Dr
2 #name: PowerPC 64-bit test 2
3
4 .*: +file format elf64-powerpc
5
6 Disassembly of section \.text:
7
8 0000000000000000 <foo>:
9 0: 60 00 00 00 nop
10 4: 60 00 00 00 nop
11 8: 60 00 00 00 nop
12 c: 48 00 00 04 b 10 <foo\+0x10>
13 10: 48 00 00 08 b 18 <foo\+0x18>
14 14: 48 00 00 00 b 14 <foo\+0x14>
15 14: R_PPC64_REL24 x
16 18: 48 00 00 04 b 1c <foo\+0x1c>
17 18: R_PPC64_REL24 \.data\+0x4
18 1c: 48 00 00 00 b 1c <foo\+0x1c>
19 1c: R_PPC64_REL24 z
20 20: 48 00 00 14 b 34 <foo\+0x34>
21 20: R_PPC64_REL24 z\+0x14
22 24: 48 00 00 04 b 28 <foo\+0x28>
23 28: 48 00 00 00 b 28 <foo\+0x28>
24 28: R_PPC64_REL24 a
25 2c: 48 00 00 48 b 74 <apfour>
26 30: 48 00 00 04 b 34 <foo\+0x34>
27 30: R_PPC64_REL24 a\+0x4
28 34: 48 00 00 44 b 78 <apfour\+0x4>
29 38: 00 00 00 38 \.long 0x38
30 38: R_PPC64_ADDR32 \.text\+0x38
31 3c: 00 00 00 44 \.long 0x44
32 3c: R_PPC64_ADDR32 \.text\+0x44
33 40: 00 00 00 00 \.long 0x0
34 40: R_PPC64_REL32 x
35 44: 00 00 00 04 \.long 0x4
36 44: R_PPC64_REL32 x\+0x4
37 48: 00 00 00 00 \.long 0x0
38 48: R_PPC64_REL32 z
39 4c: 00 00 00 04 \.long 0x4
40 4c: R_PPC64_REL32 \.data\+0x4
41 50: 00 00 00 00 \.long 0x0
42 50: R_PPC64_ADDR32 x
43 54: 00 00 00 04 \.long 0x4
44 54: R_PPC64_ADDR32 \.data\+0x4
45 58: 00 00 00 00 \.long 0x0
46 58: R_PPC64_ADDR32 z
47 5c: ff ff ff fc fnmsub f31,f31,f31,f31
48 5c: R_PPC64_ADDR32 x-0x4
49 60: 00 00 00 00 \.long 0x0
50 60: R_PPC64_ADDR32 \.data
51 64: ff ff ff fc fnmsub f31,f31,f31,f31
52 64: R_PPC64_ADDR32 z-0x4
53 68: 00 00 00 08 \.long 0x8
54 6c: 00 00 00 08 \.long 0x8
55
56 0000000000000070 <a>:
57 70: 00 00 00 00 \.long 0x0
58 70: R_PPC64_ADDR32 a
59
60 0000000000000074 <apfour>:
61 74: 00 00 00 74 \.long 0x74
62 74: R_PPC64_ADDR32 \.text\+0x74
63 78: 00 00 00 74 \.long 0x74
64 78: R_PPC64_ADDR32 \.text\+0x74
65 7c: ff ff ff fc fnmsub f31,f31,f31,f31
66 80: 00 00 00 76 \.long 0x76
67 80: R_PPC64_ADDR32 \.text\+0x76
68 84: 00 00 00 00 \.long 0x0
69 Disassembly of section \.data:
70
71 0000000000000000 <x>:
72 0: 00 00 00 00 \.long 0x0
73
74 0000000000000004 <y>:
75 4: 00 00 00 00 \.long 0x0
This page took 0.031168 seconds and 4 git commands to generate.