public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
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	[thread overview]
Message-ID: <1331339477-1157-3-git-send-email-rth@twiddle.net> (raw)
In-Reply-To: <1331339477-1157-1-git-send-email-rth@twiddle.net>

---
 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  <rth@twiddle.net>
 
+	* 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  <rth@twiddle.net>
+
+	* sysdeps/tile/math_private.h: Use include_next to
+	chain math_private.h.
+
 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
 
 	[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 <math/math_private.h>
+#include_next <math_private.h>
 #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 <math/math_private.h>
+#include_next <math_private.h>
 
 /* 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

      parent reply	other threads:[~2012-03-10  0:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-10  0:31 [PATCH 0/2] Mass ports updates for math_private.h changes Richard Henderson
2012-03-10  0:31 ` [PATCH 1/2] Use <> for math.h and math_private.h everywhere Richard Henderson
2012-03-10  0:31 ` Richard Henderson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1331339477-1157-3-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=libc-ports@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).