~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/pe/section-align-1.d

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#objdump: -h
 
2
#name: section alignment
 
3
 
 
4
# Test that alignment works in .section directives.
 
5
 
 
6
.*: .*
 
7
 
 
8
Sections:
 
9
Idx Name          *Size      *VMA       *LMA       *File off  *Algn
 
10
  0 \.text         0*0000000  0*0000000  0*0000000  0*0000000  2\*\*[24]
 
11
.*
 
12
  1 \.data         0*0000000  0*0000000  0*0000000  0*0000000  2\*\*[24]
 
13
.*
 
14
  2 \.bss          0*0000000  0*0000000  0*0000000  0*0000000  2\*\*[24]
 
15
.*
 
16
  3 \.none         0*0000000  0*0000000  0*0000000  0*0000000  2\*\*0
 
17
.*
 
18
  4 \.zero         0*0000000  0*0000000  0*0000000  0*0000000  2\*\*0
 
19
.*
 
20
  5 \.one          0*0000001  0*0000000  0*0000000  0*00001a4  2\*\*0
 
21
.*
 
22
  6 \.two          0*0000002  0*0000000  0*0000000  0*00001a5  2\*\*0
 
23
.*
 
24
  7 \.three        0*0000003  0*0000000  0*0000000  0*00001a7  2\*\*0
 
25
.*
 
26
  8 \.four         0*0000004  0*0000000  0*0000000  0*00001aa  2\*\*0
 
27
.*
 
28
  9 \.five         0*0000005  0*0000000  0*0000000  0*00001ae  2\*\*0
 
29
.*