From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16480 invoked by alias); 14 Apr 2012 21:35:14 -0000 Received: (qmail 16424 invoked by uid 22791); 14 Apr 2012 21:35:13 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pz0-f54.google.com (HELO mail-pz0-f54.google.com) (209.85.210.54) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 Apr 2012 21:35:00 +0000 Received: by dady13 with SMTP id y13so5127457dad.13 for ; Sat, 14 Apr 2012 14:35:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.221.74 with SMTP id qc10mr15393160pbc.80.1334439300221; Sat, 14 Apr 2012 14:35:00 -0700 (PDT) Received: by 10.68.50.100 with HTTP; Sat, 14 Apr 2012 14:35:00 -0700 (PDT) In-Reply-To: References: Date: Sat, 14 Apr 2012 21:35:00 -0000 Message-ID: Subject: Re: [PATCH] Have MIPS64/n64 imply wordsize-64 From: "Carlos O'Donell" To: Andrew Pinski Cc: libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2012-04/txt/msg00065.txt.bz2 On Fri, Apr 13, 2012 at 11:00 PM, Andrew Pinski wrote: >>> OK? =A0Note I don't have write access yet. >> >> Ignore this patch, it does not work. =A0For some reason I thought I >> tested it but I must have messed up. > > It turns out this was already discussed before > http://sourceware.org/ml/libc-ports/2008-12/msg00007.html . It might be interesting to see how the generic code can be adjusted to try support MIPS, and thus reduce the duplication. I don't know how hard or worthwhile that might be. Cheers, Carlos.