summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/init-fini-arrays.d
blob: 46b536c9c5a01122af4e7baa7f4fccab5eb4e058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#source: init-fini-arrays.s
#ld: -r
#readelf: -S --wide
#xfail: cr16-*-* crx-*-* msp430-*-*
# msp430 puts the init_array and fini_array inside the .rodata section.
# cr16 and crx use non-standard scripts with memory regions, which don't play
#  well with unique group sections under ld -r.

#...
  \[[ 0-9]+\] \.init_array\.01000[ \t]+PROGBITS[ \t0-9a-f]+WA?.*
#...
  \[[ 0-9]+\] \.fini_array\.01000[ \t]+PROGBITS[ \t0-9a-f]+WA?.*
#pass