summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/output-section-types.d
blob: ab124fa4dd7d3e6c2e37cd7028d201a9e0214543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ld: -Toutput-section-types.t
#source: align2a.s
#objdump: -h
#target: [is_elf_format]

#...
  . \.rom.*
[ 	]+ALLOC, READONLY
  . \.ro.*
[ 	]+CONTENTS, ALLOC, LOAD, READONLY, DATA
  . \.over.*
[ 	]+CONTENTS, READONLY
#pass