From: rsandifo Date: Fri, 16 Mar 2007 10:02:02 +0000 (+0000) Subject: Fix top in last change. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32220f06afeda018eb4fbf194fc6e7387ca0c63f;p=thirdparty%2Fgcc.git Fix top in last change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122984 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index fec52ac0a896..0215bf9ff6cd 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -2079,7 +2079,7 @@ proc check_effective_target_uclibc {} { proc check_missing_uclibc_feature {feature} { return [check_no_compiler_messages $feature object " #include - #if !defined (__UCLIBC) || !defined (__${feature}__) + #if !defined (__UCLIBC) || defined (__${feature}__) #error FOO #endif "]