public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* Remove mips dependency on alpha
@ 2014-02-10 18:16 Joseph S. Myers
  0 siblings, 0 replies; only message in thread
From: Joseph S. Myers @ 2014-02-10 18:16 UTC (permalink / raw)
  To: libc-ports

This patch removes an unnecessary dependency of the mips port on alpha
by including a powerpc file directly where previously the mips file
included the alpha one which then included the powerpc one.
Committed.

diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 9b99921..e8d2ee0 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,9 @@
+2014-02-10  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/ipc_priv.h: Directly include
+	sysdeps/unix/sysv/linux/powerpc/ipc_priv.h instead of via
+	sysdeps/unix/sysv/linux/alpha/ipc_priv.h.
+
 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Move to
diff --git a/ports/sysdeps/unix/sysv/linux/mips/ipc_priv.h b/ports/sysdeps/unix/sysv/linux/mips/ipc_priv.h
index 9b85386..67883be 100644
--- a/ports/sysdeps/unix/sysv/linux/mips/ipc_priv.h
+++ b/ports/sysdeps/unix/sysv/linux/mips/ipc_priv.h
@@ -1 +1 @@
-#include <sysdeps/unix/sysv/linux/alpha/ipc_priv.h>
+#include <sysdeps/unix/sysv/linux/powerpc/ipc_priv.h>

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-10 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-10 18:16 Remove mips dependency on alpha Joseph S. Myers

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).