mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-12 03:05:37 +00:00
15 lines
528 B
Makefile
15 lines
528 B
Makefile
#source: group9.s
|
|
#ld: -r --gc-sections --entry foo
|
|
#readelf: -g --wide
|
|
#xfail: d30v-*-* dlx-*-* pj*-*-* pru-*-*
|
|
#xfail: hppa64-*-* mep-*-* mn10200-*-*
|
|
#xfail: cr16-*-* crx-*-*
|
|
# generic linker targets don't support --gc-sections, nor do a bunch of others
|
|
# cr16 and crx use non-standard scripts with memory regions, which don't play
|
|
# well with unique group sections under ld -r.
|
|
|
|
COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains 2 sections:
|
|
\[Index\] Name
|
|
\[[ 0-9]+\] .text.foo
|
|
\[[ 0-9]+\] .data.foo
|