From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8658 invoked by alias); 10 Mar 2012 00:31:48 -0000 Received: (qmail 8642 invoked by uid 22791); 10 Mar 2012 00:31:46 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-yx0-f169.google.com (HELO mail-yx0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 10 Mar 2012 00:31:28 +0000 Received: by yenm8 with SMTP id m8so1575110yen.0 for ; Fri, 09 Mar 2012 16:31:27 -0800 (PST) Received: by 10.101.180.39 with SMTP id h39mr1149618anp.22.1331339487892; Fri, 09 Mar 2012 16:31:27 -0800 (PST) Received: from anchor.twiddle.home.com ([173.160.232.49]) by mx.google.com with ESMTPS id o68sm18221067yhk.16.2012.03.09.16.31.26 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Mar 2012 16:31:27 -0800 (PST) From: Richard Henderson To: libc-ports@sourceware.org Subject: [PATCH 1/2] Use <> for math.h and math_private.h everywhere. Date: Sat, 10 Mar 2012 00:31:00 -0000 Message-Id: <1331339477-1157-2-git-send-email-rth@twiddle.net> In-Reply-To: <1331339477-1157-1-git-send-email-rth@twiddle.net> References: <1331339477-1157-1-git-send-email-rth@twiddle.net> X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00009.txt.bz2 Entire tree edited via find | grep | sed. --- ChangeLog.hppa | 4 ++++ ChangeLog.m68k | 9 +++++++++ sysdeps/hppa/hppa1.1/s_signbit.c | 2 +- sysdeps/m68k/m680x0/fpu/e_acos.c | 2 +- sysdeps/m68k/m680x0/fpu/e_atan2.c | 2 +- sysdeps/m68k/m680x0/fpu/e_fmod.c | 2 +- sysdeps/m68k/m680x0/fpu/e_pow.c | 2 +- sysdeps/m68k/m680x0/fpu/e_scalb.c | 2 +- sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c | 2 +- sysdeps/m68k/m680x0/fpu/s_llrint.c | 2 +- sysdeps/m68k/m680x0/fpu/s_llrintf.c | 2 +- sysdeps/m68k/m680x0/fpu/s_llrintl.c | 2 +- sysdeps/m68k/m680x0/fpu/s_nextafterl.c | 4 ++-- 13 files changed, 25 insertions(+), 12 deletions(-) diff --git a/ChangeLog.hppa b/ChangeLog.hppa index 722f647..5271475 100644 --- a/ChangeLog.hppa +++ b/ChangeLog.hppa @@ -1,3 +1,7 @@ +2012-03-09 Richard Henderson + + * sysdeps/hppa/hppa1.1/s_signbit.c: Use <> to include math_private.h. + 2012-03-09 Paul Eggert [BZ #13673] diff --git a/ChangeLog.m68k b/ChangeLog.m68k index e78d1a7..187dd68 100644 --- a/ChangeLog.m68k +++ b/ChangeLog.m68k @@ -1,3 +1,12 @@ +2012-03-09 Richard Henderson + + * m68k/m680x0/fpu/e_acos.c: Use <> to include math_private.h. + * m68k/m680x0/fpu/e_atan2.c, m68k/m680x0/fpu/e_fmod.c: Likewise. + * m68k/m680x0/fpu/e_pow.c, m68k/m680x0/fpu/e_scalb.c: Likewise. + * m68k/m680x0/fpu/s_fpclassifyl.c, m68k/m680x0/fpu/s_llrint.c: Likewise. + * m68k/m680x0/fpu/s_llrintf.c, m68k/m680x0/fpu/s_llrintl.c: Likewise. + * m68k/m680x0/fpu/s_nextafterl.c: Likewise. + 2012-03-09 Paul Eggert [BZ #13673] diff --git a/sysdeps/hppa/hppa1.1/s_signbit.c b/sysdeps/hppa/hppa1.1/s_signbit.c index b762ab6..3e298a2 100644 --- a/sysdeps/hppa/hppa1.1/s_signbit.c +++ b/sysdeps/hppa/hppa1.1/s_signbit.c @@ -19,7 +19,7 @@ #include -#include "math_private.h" +#include int __signbit (double x) diff --git a/sysdeps/m68k/m680x0/fpu/e_acos.c b/sysdeps/m68k/m680x0/fpu/e_acos.c index c662fe2..f8a0a35 100644 --- a/sysdeps/m68k/m680x0/fpu/e_acos.c +++ b/sysdeps/m68k/m680x0/fpu/e_acos.c @@ -16,7 +16,7 @@ . */ #include -#include "math_private.h" +#include #include "mathimpl.h" #ifndef FUNC diff --git a/sysdeps/m68k/m680x0/fpu/e_atan2.c b/sysdeps/m68k/m680x0/fpu/e_atan2.c index f84fab3..b0742d3 100644 --- a/sysdeps/m68k/m680x0/fpu/e_atan2.c +++ b/sysdeps/m68k/m680x0/fpu/e_atan2.c @@ -16,7 +16,7 @@ . */ #include -#include "math_private.h" +#include #include "mathimpl.h" #ifndef SUFF diff --git a/sysdeps/m68k/m680x0/fpu/e_fmod.c b/sysdeps/m68k/m680x0/fpu/e_fmod.c index dacd1a2..671e3b8 100644 --- a/sysdeps/m68k/m680x0/fpu/e_fmod.c +++ b/sysdeps/m68k/m680x0/fpu/e_fmod.c @@ -16,7 +16,7 @@ . */ #include -#include "math_private.h" +#include #include "mathimpl.h" #ifndef FUNC diff --git a/sysdeps/m68k/m680x0/fpu/e_pow.c b/sysdeps/m68k/m680x0/fpu/e_pow.c index cab2012..41e28d0 100644 --- a/sysdeps/m68k/m680x0/fpu/e_pow.c +++ b/sysdeps/m68k/m680x0/fpu/e_pow.c @@ -16,7 +16,7 @@ . */ #include -#include "math_private.h" +#include #include "mathimpl.h" #ifndef SUFF diff --git a/sysdeps/m68k/m680x0/fpu/e_scalb.c b/sysdeps/m68k/m680x0/fpu/e_scalb.c index 694b66e..db49fdf 100644 --- a/sysdeps/m68k/m680x0/fpu/e_scalb.c +++ b/sysdeps/m68k/m680x0/fpu/e_scalb.c @@ -17,7 +17,7 @@ . */ #include -#include "math_private.h" +#include #include "mathimpl.h" #ifndef SUFF diff --git a/sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c b/sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c index 23bd0b7..ace6436 100644 --- a/sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c +++ b/sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c @@ -20,7 +20,7 @@ #include -#include "math_private.h" +#include int diff --git a/sysdeps/m68k/m680x0/fpu/s_llrint.c b/sysdeps/m68k/m680x0/fpu/s_llrint.c index 3166b9f..0952ccd 100644 --- a/sysdeps/m68k/m680x0/fpu/s_llrint.c +++ b/sysdeps/m68k/m680x0/fpu/s_llrint.c @@ -19,7 +19,7 @@ . */ #include -#include "math_private.h" +#include #include "mathimpl.h" long long int diff --git a/sysdeps/m68k/m680x0/fpu/s_llrintf.c b/sysdeps/m68k/m680x0/fpu/s_llrintf.c index 7460f17..dd5b95c 100644 --- a/sysdeps/m68k/m680x0/fpu/s_llrintf.c +++ b/sysdeps/m68k/m680x0/fpu/s_llrintf.c @@ -19,7 +19,7 @@ . */ #include -#include "math_private.h" +#include #include "mathimpl.h" long long int diff --git a/sysdeps/m68k/m680x0/fpu/s_llrintl.c b/sysdeps/m68k/m680x0/fpu/s_llrintl.c index 8b77626..fbe66ee 100644 --- a/sysdeps/m68k/m680x0/fpu/s_llrintl.c +++ b/sysdeps/m68k/m680x0/fpu/s_llrintl.c @@ -19,7 +19,7 @@ . */ #include -#include "math_private.h" +#include #include "mathimpl.h" long long int diff --git a/sysdeps/m68k/m680x0/fpu/s_nextafterl.c b/sysdeps/m68k/m680x0/fpu/s_nextafterl.c index dcccdf1..9a03b78 100644 --- a/sysdeps/m68k/m680x0/fpu/s_nextafterl.c +++ b/sysdeps/m68k/m680x0/fpu/s_nextafterl.c @@ -26,8 +26,8 @@ static char rcsid[] = "$NetBSD: $"; * Special cases: */ -#include "math.h" -#include "math_private.h" +#include +#include long double __nextafterl(long double x, long double y) { -- 1.7.7.6