mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 15:35:40 +08:00
weak-1.c: Early return from dg-final on platforms that do not support weak symbols
2002-03-25 David.Billinghurst <David.Billinghurst@riotinto.com> * gcc.dg/weak-1.c: Early return from dg-final on platforms that do not support weak symbols From-SVN: r51280
This commit is contained in:
parent
12c3717eaf
commit
5bcf08f63e
@ -1,3 +1,8 @@
|
||||
2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
|
||||
* gcc.dg/weak-1.c: Early return from dg-final on platforms
|
||||
that do not support weak symbols
|
||||
|
||||
2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
|
||||
* lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al
|
||||
|
@ -2,6 +2,9 @@
|
||||
/* COFF does not support weak, and dg doesn't support UNSUPPORTED. */
|
||||
/* { dg-do compile { xfail *-*-coff i?86-pc-cygwin } } */
|
||||
|
||||
/* { dg-final { global target_triplet } } */
|
||||
/* { dg-final { if [string match i?86-pc-cygwin $target_triplet ] {return} } } */
|
||||
/* { dg-final { if [string match *-*-coff $target_triplet ] {return} } } */
|
||||
/* { dg-final { scan-assembler "weak\[^ \t\]*\[ \t]_?a" } } */
|
||||
/* { dg-final { scan-assembler "weak\[^ \t\]*\[ \t]_?b" } } */
|
||||
/* { dg-final { scan-assembler "weak\[^ \t\]*\[ \t]_?c" } } */
|
||||
|
Loading…
Reference in New Issue
Block a user