From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4315 invoked by alias); 14 Apr 2012 02:11:36 -0000 Received: (qmail 4304 invoked by uid 22791); 14 Apr 2012 02:11:35 -0000 X-SWARE-Spam-Status: No, hits=-5.1 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 02:11:21 +0000 Received: by werj55 with SMTP id j55so2924196wer.0 for ; Fri, 13 Apr 2012 19:11:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.95.37 with SMTP id dh5mr998163wib.8.1334369480199; Fri, 13 Apr 2012 19:11:20 -0700 (PDT) Received: by 10.216.93.203 with HTTP; Fri, 13 Apr 2012 19:11:20 -0700 (PDT) In-Reply-To: References: Date: Sat, 14 Apr 2012 02:11: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/msg00062.txt.bz2 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. For some reason I thought I tested it but I must have messed up. 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/fall= ocate.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/fall= ocate64.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/fsta= tfs64.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/glob= 64.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/posi= x_fadvise.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/posi= x_fadvise64.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/posi= x_fallocate.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/posi= x_fallocate64.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/prea= dv64.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/pwri= tev64.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/stat= fs64.c: Delete. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/Impl= ies: New file. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/sysd= ep.h: Add a kludge just > =C2=A0 =C2=A0 =C2=A0 =C2=A0like x86_64 and alpha targets to have __NR_pre= ad and > __NR_pwrite defined. > =C2=A0 =C2=A0 =C2=A0 =C2=A0* sysdeps/unix/sysv/linux/mips/mips64/n64/sysc= alls.list: Remove all > =C2=A0 =C2=A0 =C2=A0 =C2=A0syscalls except for statfs.