From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8655 invoked by alias); 10 Mar 2012 00:31:47 -0000 Received: (qmail 8640 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-yw0-f41.google.com (HELO mail-yw0-f41.google.com) (209.85.213.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 10 Mar 2012 00:31:29 +0000 Received: by yhr47 with SMTP id 47so1567933yhr.0 for ; Fri, 09 Mar 2012 16:31:29 -0800 (PST) Received: by 10.236.155.6 with SMTP id i6mr4939446yhk.87.1331339489441; Fri, 09 Mar 2012 16:31:29 -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.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Mar 2012 16:31:28 -0800 (PST) From: Richard Henderson To: libc-ports@sourceware.org Subject: [PATCH 2/2] Use include_next to chain math_private.h headers. Date: Sat, 10 Mar 2012 00:31:00 -0000 Message-Id: <1331339477-1157-3-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/msg00008.txt.bz2 --- ChangeLog.m68k | 3 +++ ChangeLog.tile | 5 +++++ sysdeps/m68k/m680x0/fpu/math_private.h | 2 +- sysdeps/tile/math_private.h | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog.m68k b/ChangeLog.m68k index 187dd68..70559a5 100644 --- a/ChangeLog.m68k +++ b/ChangeLog.m68k @@ -1,5 +1,8 @@ 2012-03-09 Richard Henderson + * sysdeps/m68k/m680x0/fpu/math_private.h: Use include_next to + chain math_private.h. + * 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. diff --git a/ChangeLog.tile b/ChangeLog.tile index 6241968..b48d614 100644 --- a/ChangeLog.tile +++ b/ChangeLog.tile @@ -1,3 +1,8 @@ +2012-03-09 Richard Henderson + + * sysdeps/tile/math_private.h: Use include_next to + chain math_private.h. + 2012-03-09 Paul Eggert [BZ #13673] diff --git a/sysdeps/m68k/m680x0/fpu/math_private.h b/sysdeps/m68k/m680x0/fpu/math_private.h index 3793cff..217de2e 100644 --- a/sysdeps/m68k/m680x0/fpu/math_private.h +++ b/sysdeps/m68k/m680x0/fpu/math_private.h @@ -15,5 +15,5 @@ do \ } \ while (0) -#include +#include_next #endif diff --git a/sysdeps/tile/math_private.h b/sysdeps/tile/math_private.h index ea4c8ea..2dab42b 100644 --- a/sysdeps/tile/math_private.h +++ b/sysdeps/tile/math_private.h @@ -1,6 +1,6 @@ #ifndef _MATH_PRIVATE_H -#include +#include_next /* We have no exception support, so feraiseexcept() must be a no-op. And since we don't define FE_INVALID, FE_DIVBYZERO, etc., we -- 1.7.7.6