This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-23-g8756961


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  87569616d27a2c742f87b5dbcac2f2e3437fd874 (commit)
      from  4372980f5881e7d537a52e3c49588ce116088061 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=87569616d27a2c742f87b5dbcac2f2e3437fd874

commit 87569616d27a2c742f87b5dbcac2f2e3437fd874
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Feb 10 18:15:10 2014 +0000

    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.

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>

-----------------------------------------------------------------------

Summary of changes:
 ports/ChangeLog.mips                          |    6 ++++++
 ports/sysdeps/unix/sysv/linux/mips/ipc_priv.h |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]