From: Ulrich Drepper Date: Fri, 11 May 2007 02:20:05 +0000 (+0000) Subject: * scripts/check-c++-types.sh: Don't use -fnu89-inline option. X-Git-Tag: cvs/glibc-2_6~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a53fa282ac5200d5ca345a34f2a257dfe5ed2d4b;p=thirdparty%2Fglibc.git * scripts/check-c++-types.sh: Don't use -fnu89-inline option. --- diff --git a/ChangeLog b/ChangeLog index 68b1af1d65c..2451feae3fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-05-10 Ulrich Drepper + * scripts/check-c++-types.sh: Don't use -fnu89-inline option. + * sysdeps/unix/sysv/linux/sched_setaffinity.c (__sched_setaffinity_new): If syscall was successful and RESET_VGETCPU_CACHE is defined, use it before returning. diff --git a/scripts/check-c++-types.sh b/scripts/check-c++-types.sh index b207f12ba47..2864fe9aad6 100755 --- a/scripts/check-c++-types.sh +++ b/scripts/check-c++-types.sh @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -32,7 +32,7 @@ # data=$1 shift -cxx="$*" +cxx=$(echo $* | sed 's/-fgnu89-inline//') while read t; do echo -n "$t:" $cxx -S -xc++ -o - -D_GNU_SOURCE <(cat <