From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17365 invoked by alias); 14 Apr 2012 03:00:48 -0000 Received: (qmail 17348 invoked by uid 22791); 14 Apr 2012 03:00:47 -0000 X-SWARE-Spam-Status: No, hits=-5.2 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-we0-f169.google.com (HELO mail-we0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 Apr 2012 03:00:32 +0000 Received: by werj55 with SMTP id j55so2938113wer.0 for ; Fri, 13 Apr 2012 20:00:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.95.37 with SMTP id dh5mr1238330wib.8.1334372431047; Fri, 13 Apr 2012 20:00:31 -0700 (PDT) Received: by 10.216.93.203 with HTTP; Fri, 13 Apr 2012 20:00:31 -0700 (PDT) In-Reply-To: References: Date: Sat, 14 Apr 2012 03:00:00 -0000 Message-ID: Subject: Re: [PATCH] Have MIPS64/n64 imply wordsize-64 From: Andrew Pinski To: libc-ports@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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/msg00063.txt.bz2 On Fri, Apr 13, 2012 at 7:11 PM, Andrew Pinski wrote: > On Fri, Apr 13, 2012 at 6:21 PM, Andrew Pinski > wrote: >> Currently MIPS64/n64 does not implies wordsize-64 which means we have >> to copy and paste some code from wordsize-64. >> This patch changes MIPS64/n64 to imply wordsize-64 so we can remove >> the duplicated code from the mips port. >> >> OK? =C2=A0Note I don't have write access yet. > > Ignore this patch, it does not work. =C2=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 . > > Thanks, > Andrew > > >> >> Thanks, >> Andrew Pinski >> >> 2012-04-13 =C2=A0Andrew Pinski =C2=A0 >> >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/fal= locate.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/fal= locate64.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/fst= atfs64.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/glo= b64.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/pos= ix_fadvise.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/pos= ix_fadvise64.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/pos= ix_fallocate.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/pos= ix_fallocate64.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/pre= adv64.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/pwr= itev64.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/sta= tfs64.c: Delete. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/Imp= lies: New file. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/sys= dep.h: Add a kludge just >> =C2=A0 =C2=A0 =C2=A0 =C2=A0like x86_64 and alpha targets to have __NR_pr= ead and >> __NR_pwrite defined. >> =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/sys= calls.list: Remove all >> =C2=A0 =C2=A0 =C2=A0 =C2=A0syscalls except for statfs.