From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28694 invoked by alias); 10 Feb 2014 18:16:24 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 28676 invoked by uid 89); 10 Feb 2014 18:16:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_20 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2014 18:16:23 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1WCvP1-00032R-QV from joseph_myers@mentor.com for libc-ports@sourceware.org; Mon, 10 Feb 2014 10:16:19 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 10 Feb 2014 10:16:19 -0800 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Mon, 10 Feb 2014 18:16:18 +0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.76) (envelope-from ) id 1WCvOy-0006I3-Sw for libc-ports@sourceware.org; Mon, 10 Feb 2014 18:16:17 +0000 Date: Mon, 10 Feb 2014 18:16:00 -0000 From: "Joseph S. Myers" To: Subject: Remove mips dependency on alpha Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2014-02/txt/msg00020.txt.bz2 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 + + * 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 * 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 +#include -- Joseph S. Myers joseph@codesourcery.com