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

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/ld/testsuite/ld-pe/longsecn.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
#name: PE-COFF Long section names (default)
 
2
#ld:
 
3
#objdump: -h
 
4
#source: longsecn.s
 
5
 
 
6
.*:     file format .*
 
7
 
 
8
Sections:
 
9
Idx Name          Size      VMA +LMA +File off  Algn
 
10
  0 \.text         [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  2\*\*[0-9]
 
11
                  CONTENTS, ALLOC, LOAD, READONLY, CODE, DATA
 
12
  1 \.data         [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  2\*\*[0-9]
 
13
                  CONTENTS, ALLOC, LOAD, DATA
 
14
  2 \.rodata       [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  2\*\*[0-9]
 
15
                  CONTENTS, ALLOC, LOAD, DATA
 
16
  3 \.data\.ve      [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  2\*\*[0-9]
 
17
                  CONTENTS, ALLOC, LOAD, DATA
 
18
  4 \.rodata\.      [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  2\*\*[0-9]
 
19
                  CONTENTS, ALLOC, LOAD, DATA
 
20
  5 \.idata        [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  [0-9a-fA-F]+  2\*\*[0-9]
 
21
                  CONTENTS, ALLOC, LOAD, DATA
 
22