Copyright update for binutils
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / section-exclude.d
CommitLineData
c3489828
KT
1#objdump: -h
2#name: section exclude
3
4# Test that 'e' works in .section directives.
5
6.*: .*
7
8Sections:
9Idx Name *Size *VMA *LMA *File off *Algn
c3489828
KT
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.*
8d7f3066 16 3 \.foo1 0*0000004 0*0000000 0*0000000 .* 2\*\*[24]
9af6978c 17.*CONTENTS, EXCLUDE.*
This page took 0.190858 seconds and 4 git commands to generate.