Fix tic54x testsuite failures and Lmem disassembly bugs.
[external/binutils.git] / gas / testsuite / gas / tic54x / align.d
1 #objdump: -d --headers
2 #name: c54x align 
3
4 .*: +file format .*c54x.*
5
6 Sections:
7 Idx Name          Size      VMA       LMA       File off  Algn
8   0 .text         000000c0  00000000  00000000  0000....  2..7
9                   CONTENTS, ALLOC, LOAD, ....
10   1 .data         00000005  00000000  00000000  0000....  2..1
11                   CONTENTS, ALLOC, LOAD, DATA
12   2 .bss          00000000  00000000  00000000  0000....  2..0
13                   ALLOC
14 Disassembly of section .text:
15
16 00000000 <.text>:
17    0:   4160.*
18    1:   0001.*
19    2:   0002.*
20         ...
21
22 00000004 <even>:
23    4:   0003.*
24         ...
25
26 00000006 <align2>:
27    6:   0061.*
28    7:   0062.*
29    8:   0063.*
30    9:   0064.*
31    a:   0065.*
32         ...
33
34 00000010 <align8>:
35   10:   0008.*
36   11:   0000.*
37   12:   0001.*
38   13:   0002.*
39   14:   0003.*
40   15:   0004.*
41   16:   0005.*
42   17:   0006.*
43   18:   0007.*
44         ...
45
46 00000080 <align128>:
47   80:   0004.*
48   81:   0000.*
49   82:   0001.*
50   83:   0002.*
51   84:   0003.*
52   85:   0004.*
53   86:   0005.*
54   87:   0006.*
55   88:   0007.*
56         ...