Remove mips dependency on alpha.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 10 Feb 2014 18:15:10 +0000 (18:15 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 10 Feb 2014 18:15:10 +0000 (18:15 +0000)
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.

ports/ChangeLog.mips
ports/sysdeps/unix/sysv/linux/mips/ipc_priv.h

index 9b9992174a5a44e2bccb0d85d64455f877ce98d2..e8d2ee024ef589bc8e0ae917b50b22d01f02dd0f 100644 (file)
@@ -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
index 9b85386a7c1c43e98f336b75624174e563986e8d..67883be101ff62bb4b8938c4cd79ac6be3bec674 100644 (file)
@@ -1 +1 @@
-#include <sysdeps/unix/sysv/linux/alpha/ipc_priv.h>
+#include <sysdeps/unix/sysv/linux/powerpc/ipc_priv.h>