mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
fc3eec7ebd
ld/ 2016-05-19 Cupertino Miranda <cmiranda@synopsys.com> * testsuite/ld-elf/compressed1d.d: Removed from notarget. * testsuite/ld-elf/group8a.d: Likewise. * testsuite/ld-elf/group8b.d: Likewise. * testsuite/ld-elf/group9a.d: Likewise. * testsuite/ld-elf/group9b.d: Likewise. * testsuite/ld-elf/pr12851.d: Likewise. * testsuite/ld-elf/pr12975.d: Likewise. * testsuite/ld-elf/pr13177.d: Likewise. * testsuite/ld-elf/pr13195.d: Likewise. * testsuite/ld-elf/pr17615.d: Likewise. * testsuite/ld-elf/eh-frame-hdr.d: Removed from xfail. * testsuite/ld-elf/group3b.d: Likewise. * testsuite/ld-srec/srec.exp: Likewise. * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark ARC as supporting gc. (check_shared_lib_support): Mark ARC as supporting.
19 lines
692 B
Makefile
19 lines
692 B
Makefile
#source: group9.s
|
|
#ld: -r --gc-sections --entry bar
|
|
#readelf: -g --wide
|
|
#notarget: d30v-*-* dlx-*-* i960-*-* pj*-*-*
|
|
#notarget: alpha-*-* hppa64-*-* i370-*-* i860-*-* ia64-*-* 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
|
|
|
|
COMDAT group section \[[ 0-9]+\] `.group' \[bar\] contains 1 sections:
|
|
\[Index\] Name
|
|
\[[ 0-9]+\] .text.bar
|