From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11693 invoked by alias); 1 May 2014 15:56:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 11680 invoked by uid 89); 1 May 2014 15:56:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 01 May 2014 15:56:47 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A93781160C4; Thu, 1 May 2014 11:56:45 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2zpz1EEWLsFl; Thu, 1 May 2014 11:56:45 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 677371160AD; Thu, 1 May 2014 11:56:45 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 09D24E0497; Thu, 1 May 2014 11:56:47 -0400 (EDT) Date: Thu, 01 May 2014 15:56:00 -0000 From: Joel Brobecker To: Steve Ellcey Cc: gdb-patches@sourceware.org, binutils@sourcware.org, yufeng.zhang@arm.com, rdsandiford@googlemail.com Subject: Re: [Patch] Update include/longlong.h to match GCC Message-ID: <20140501155647.GA28869@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-05/txt/msg00004.txt.bz2 > I would like to update include/longlong.h to pick up the latest changes > from GCC and keep this file in sync. I think changes to keep files > in sync are considered pre-approved so if I don't hear any objections > I will go ahead. The changes in GCC that are not yet in the binutils > tree are: > > 2014-05-01 Steve Ellcey > > * include/longlong.h: Use 'defined()' to check __mips16. > > 2014-04-30 Richard Sandiford > > * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling. > > 2014-04-22 Yufeng Zhang > > * longlong.h: Merge from glibc. Yes, these resyncs should be considered pre-approved. Thanks for doing this, -- Joel