Fix tic54x testsuite failures and Lmem disassembly bugs.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic54x / sections.d
1 #objdump: -d --headers
2 #name: c54x sections
3
4 .*: +file format .*c54x.*
5
6 Sections:
7 Idx Name Size VMA LMA File off Algn
8 0 .text 0000001b 00000000 00000000 0000.... 2..0
9 CONTENTS, ALLOC, LOAD, RELOC, CODE
10 1 .data 00000007 00000000 00000000 0000.... 2..0
11 CONTENTS, ALLOC, LOAD, DATA
12 2 .bss 00000014 00000000 00000000 0000.... 2..0
13 ALLOC
14 3 newvars 00000017 00000000 00000000 0000.... 2..1
15 ALLOC, BLOCK
16 4 vectors 00000002 00000000 00000000 0000.... 2..0
17 CONTENTS, ALLOC, LOAD, CODE, BLOCK
18 5 clink 00000002 00000000 00000000 0000.... 2..0
19 CONTENTS, ALLOC, LOAD, DATA, CLINK
20 6 blksect 00000002 00000000 00000000 0000.... 2..0
21 CONTENTS, ALLOC, LOAD, DATA, BLOCK
22 Disassembly of section .text:
23
24 00000000 <.text>:
25 0: 1234.*
26
27 00000001 <add>:
28 1: 100f.*
29
30 00000002 <aloop>:
31 2: f010.*
32 3: 0001.*
33 4: f842.*
34 5: 0002.*
35
36 00000006 <mpy>:
37 6: 110a.*
38
39 00000007 <mloop>:
40 7: f166.*
41 8: 000a.*
42 9: f868.*
43 a: 0007.*
44
45 0000000b <space>:
46 ...
47
48 00000012 <bes>:
49 ...
50
51 00000013 <spacep>:
52 13: 000b.*
53
54 00000014 <besp>:
55 14: 0012.*
56
57 00000015 <pk1>:
58 ...
59
60 00000016 <endpk1>:
61 16: 0000.*
62 ...
63
64 00000018 <endpk2>:
65 ...
66
67 00000019 <pk3>:
68 ...
69
70 0000001a <endpk3>:
71 ...
72 Disassembly of section vectors:
73
74 00000000 <vectors>:
75 0: f495.*
76 1: f495.*
This page took 0.03059 seconds and 4 git commands to generate.