From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30634 invoked by alias); 30 Dec 2010 22:23:34 -0000 Received: (qmail 30619 invoked by uid 22791); 30 Dec 2010 22:23:33 -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-qw0-f41.google.com (HELO mail-qw0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 30 Dec 2010 22:23:29 +0000 Received: by qwa26 with SMTP id 26so11249609qwa.0 for ; Thu, 30 Dec 2010 14:23:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.241.13 with SMTP id lc13mr15941193qcb.190.1293747807705; Thu, 30 Dec 2010 14:23:27 -0800 (PST) Received: by 10.220.190.137 with HTTP; Thu, 30 Dec 2010 14:23:27 -0800 (PST) In-Reply-To: References: <20101230182308.GA21296@intel.com> <544d6c5d-98ec-4bc0-a839-a44878cf05e2@email.android.com> Date: Thu, 30 Dec 2010 22:26:00 -0000 Message-ID: Subject: Re: RFC: Add 32bit x86-64 support to binutils From: "H.J. Lu" To: Robert Millan Cc: "H. Peter Anvin" , "Joseph S. Myers" , binutils@sourceware.org, gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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: 2010-12/txt/msg00687.txt.bz2 On Thu, Dec 30, 2010 at 2:18 PM, Robert Millan wrote: > 2010/12/30 H.J. Lu : >> I also have a patch for gcc 4.4 which works on simple codes. >> >> H.J. >> On Thu, Dec 30, 2010 at 1:31 PM, H. Peter Anvin wrote: >>> We do have a slightly more extensive patch already implemented. > > Could you make those patches available somewhere? =A0It'd be > interesting to play with them. > > Btw, I recommend against 8-byte longs. =A0In the tests I did in > 2009, I recall glibc source was extremely unhappy due to > sizeof(long)=3D=3Dsizeof(void *) assumptions. > ILP32 psABI specifies 4byte for long. --=20 H.J.