From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16510 invoked by alias); 21 Feb 2011 19:45:55 -0000 Received: (qmail 16495 invoked by uid 22791); 21 Feb 2011 19:45:54 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-ew0-f43.google.com (HELO mail-ew0-f43.google.com) (209.85.215.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Feb 2011 19:45:50 +0000 Received: by ewy22 with SMTP id 22so1172333ewy.30 for ; Mon, 21 Feb 2011 11:45:48 -0800 (PST) Received: by 10.213.17.133 with SMTP id s5mr315888eba.76.1298317547858; Mon, 21 Feb 2011 11:45:47 -0800 (PST) Received: from localhost (rsandifo.gotadsl.co.uk [82.133.89.107]) by mx.google.com with ESMTPS id t5sm5209579eeh.2.2011.02.21.11.45.45 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Feb 2011 11:45:46 -0800 (PST) From: Richard Sandiford To: David Daney Mail-Followup-To: David Daney ,linux-mips , GCC , binutils , Prasun Kapoor , rdsandiford@googlemail.com Cc: linux-mips , GCC , binutils , Prasun Kapoor Subject: Re: RFC: A new MIPS64 ABI References: <4D5990A4.2050308__41923.1521235362$1297715435$gmane$org@caviumnetworks.com> Date: Mon, 21 Feb 2011 19:45:00 -0000 In-Reply-To: <4D5990A4.2050308__41923.1521235362$1297715435$gmane$org@caviumnetworks.com> (David Daney's message of "Mon, 14 Feb 2011 12:29:24 -0800") Message-ID: <87hbbxqihm.fsf@firetop.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00264.txt.bz2 David Daney writes: > Background: > > Current MIPS 32-bit ABIs (both o32 and n32) are restricted to 2GB of > user virtual memory space. This is due the way MIPS32 memory space is > segmented. Only the range from 0..2^31-1 is available. Pointer > values are always sign extended. > > Because there are not already enough MIPS ABIs, I present the ... > > Proposal: A new ABI to support 4GB of address space with 32-bit > pointers. FWIW, I'd be happy to see this go into GCC. Richard