From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2815 invoked by alias); 15 May 2012 16:18:06 -0000 Received: (qmail 2744 invoked by uid 22791); 15 May 2012 16:18:01 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qc0-f169.google.com (HELO mail-qc0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 May 2012 16:17:36 +0000 Received: by qcsd16 with SMTP id d16so5131723qcs.0 for ; Tue, 15 May 2012 09:17:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.135.203 with SMTP id o11mr6476690qct.80.1337098655165; Tue, 15 May 2012 09:17:35 -0700 (PDT) Received: by 10.229.169.130 with HTTP; Tue, 15 May 2012 09:17:35 -0700 (PDT) In-Reply-To: References: <4FB14211.6070905@zytor.com> Date: Tue, 15 May 2012 16:18:00 -0000 Message-ID: Subject: Re: [discuss] [x86-64 psABI] RFC: Extend x86-64 psABI to support x32 From: "H.J. Lu" To: Michael Matz Cc: "H. Peter Anvin" , discuss@x86-64.org, GNU C Library , GCC Development , GDB , x32-abi@googlegroups.com, Binutils Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00071.txt.bz2 On Tue, May 15, 2012 at 9:07 AM, Michael Matz wrote: > Hi, > > On Mon, 14 May 2012, H.J. Lu wrote: > >> > As a minor nitpick, I have always used x32 with a lower case x. =A0The >> > capital X32 looks odd to me. >> > >> >> I used X32 together with LP64. =A0I can use ILP32 instead of X32 when LP= 64 >> is mentioned at the same time. > > I'd prefer that. =A0x32 is a nice short-hand name for the whole thing, but > not descriptive, unlike LP64. =A0So, yes, IMO it should be ILP32 in the A= BI > document. > I will make the change and post a new patch. Thanks. --=20 H.J.