blob: d2ec10c9f721d347251ea9569ff9df4be49264ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#source: group9.s
#ld: -r --gc-sections --entry foo
#readelf: -g --wide
# generic linker targets don't support --gc-sections, nor do a bunch of others
#xfail: [is_generic] hppa64-*-* mep-*-* mn10200-*-* pru-*-*
COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains . sections:
\[Index\] Name
\[[ 0-9]+\] .text.foo
#...
\[[ 0-9]+\] .data.foo
#pass
|