1 # name: include-1
2 # source: include.s
3 # ld: -T include-1.t
4 # objdump: -w -h
5 # xfail: "*-aix*"
6 # AIX targets rename the .text and .data sectons...
7 
8 .*:     file format .*
9 
10 Sections:
11 Idx +Name +Size +VMA +LMA +File off +Algn +Flags
12   0 .text         0+0000020  0+0000000  0+0000000  [0-9a-f]+  2\*\*[0-9]+  CONTENTS, ALLOC, LOAD,.*CODE
13   1 .data         0+0000010  0+0100000  0+0100000  [0-9a-f]+  2\*\*[0-9]+  CONTENTS, ALLOC, LOAD, DATA
14