Fix simple gas testsuite failures.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / section-exclude.d
1 #objdump: -h
2 #name: section exclude
3 #skip: sh-*
4
5 # Test that 'e' works in .section directives.
6
7 .*: .*
8
9 Sections:
10 Idx Name *Size *VMA *LMA *File off *Algn
11 0 \.text 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
12 .*
13 1 \.data 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
14 .*
15 2 \.bss 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
16 .*
17 3 \.foo1 0*0000004 0*0000000 0*0000000 .* 2\*\*[24]
18 .*CONTENTS, EXCLUDE.*
This page took 0.031812 seconds and 4 git commands to generate.