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.
This commit is contained in:
Joseph Myers 2014-02-10 18:15:10 +00:00
parent 4372980f58
commit 87569616d2
2 changed files with 7 additions and 1 deletions

View 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

View File

@ -1 +1 @@
#include <sysdeps/unix/sysv/linux/alpha/ipc_priv.h>
#include <sysdeps/unix/sysv/linux/powerpc/ipc_priv.h>