aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-02-10 18:15:10 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-02-10 18:15:10 +0000
commit87569616d27a2c742f87b5dbcac2f2e3437fd874 (patch)
treef7095853c0bd06afb9232a87677d55c2c100019d
parent4372980f5881e7d537a52e3c49588ce116088061 (diff)
downloadglibc-87569616d27a2c742f87b5dbcac2f2e3437fd874.tar
glibc-87569616d27a2c742f87b5dbcac2f2e3437fd874.tar.gz
glibc-87569616d27a2c742f87b5dbcac2f2e3437fd874.tar.bz2
glibc-87569616d27a2c742f87b5dbcac2f2e3437fd874.zip
Remove mips dependency on alpha.
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. * 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.
-rw-r--r--ports/ChangeLog.mips6
-rw-r--r--ports/sysdeps/unix/sysv/linux/mips/ipc_priv.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 9b9992174a..e8d2ee024e 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 9b85386a7c..67883be101 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>