1 #objdump: -h
2 #name: section exclude
3 
4 # Test that 'e' 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 \.foo1         0*0000004  0*0000000  0*0000000  .*  2\*\*[24]
17 .*CONTENTS, EXCLUDE.*
18