From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28123 invoked by alias); 19 Nov 2013 14:57:17 -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 28110 invoked by uid 89); 19 Nov 2013 14:57:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 19 Nov 2013 14:57:15 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Vimjc-0004VB-It from Andrew_Stubbs@mentor.com ; Tue, 19 Nov 2013 06:57:00 -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); Tue, 19 Nov 2013 06:57:00 -0800 Received: from [172.30.88.139] (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; Tue, 19 Nov 2013 14:56:59 +0000 Message-ID: <528B7C37.8080007@codesourcery.com> Date: Tue, 19 Nov 2013 20:19:00 -0000 From: Andrew Stubbs User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "Joseph S. Myers" , Andrew Pinski CC: Andrew Stubbs , "libc-ports@sourceware.org" Subject: Re: [PATCH] PAGE_SIZE definition for MIPS XLP References: <528A0813.10005@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-11/txt/msg00039.txt.bz2 On 19/11/13 13:50, Joseph S. Myers wrote: > The patch does of course need a proper bug number from glibc Bugzilla Done: https://sourceware.org/bugzilla/show_bug.cgi?id=16191 Andrew