Fix tic54x testsuite failures and Lmem disassembly bugs.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic54x / sections.d
CommitLineData
39bec121
TW
1#objdump: -d --headers
2#name: c54x sections
3
4.*: +file format .*c54x.*
5
6Sections:
7Idx 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
6e917903 19 CONTENTS, ALLOC, LOAD, DATA, CLINK
39bec121 20 6 blksect 00000002 00000000 00000000 0000.... 2..0
6e917903 21 CONTENTS, ALLOC, LOAD, DATA, BLOCK
39bec121
TW
22Disassembly of section .text:
23
2400000000 <.text>:
25 0: 1234.*
26
2700000001 <add>:
28 1: 100f.*
29
3000000002 <aloop>:
31 2: f010.*
32 3: 0001.*
33 4: f842.*
34 5: 0002.*
35
3600000006 <mpy>:
37 6: 110a.*
38
3900000007 <mloop>:
40 7: f166.*
41 8: 000a.*
42 9: f868.*
43 a: 0007.*
44
450000000b <space>:
46 ...
47
4800000012 <bes>:
49 ...
50
5100000013 <spacep>:
52 13: 000b.*
53
5400000014 <besp>:
55 14: 0012.*
56
5700000015 <pk1>:
58 ...
59
6000000016 <endpk1>:
61 16: 0000.*
62 ...
63
6400000018 <endpk2>:
65 ...
66
6700000019 <pk3>:
68 ...
69
700000001a <endpk3>:
71 ...
72Disassembly of section vectors:
73
7400000000 <vectors>:
6e917903
TW
75 0: f495.*
76 1: f495.*
This page took 0.094849 seconds and 4 git commands to generate.