* gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic54x / align.d
CommitLineData
39bec121 1#objdump: -d --headers
6e917903 2#name: c54x align
39bec121
TW
3
4.*: +file format .*c54x.*
5
6Sections:
7Idx Name Size VMA LMA File off Algn
6c091933 8 0 .text 00000089 00000000 00000000 0000.... 2..7
6e917903 9 CONTENTS, ALLOC, LOAD, ....
39bec121
TW
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
14Disassembly of section .text:
15
1600000000 <.text>:
17 0: 4160.*
18 1: 0001.*
19 2: 0002.*
20 ...
21
2200000004 <even>:
23 4: 0003.*
24 ...
25
2600000006 <align2>:
27 6: 0061.*
28 7: 0062.*
29 8: 0063.*
30 9: 0064.*
31 a: 0065.*
32 ...
33
3400000010 <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
4600000080 <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.*
This page took 0.127682 seconds and 4 git commands to generate.