From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103402 invoked by alias); 7 Sep 2015 15:56:29 -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 103384 invoked by uid 89); 7 Sep 2015 15:56:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 07 Sep 2015 15:56:27 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 9F57EC0AE665; Mon, 7 Sep 2015 15:56:26 +0000 (UTC) Received: from [10.36.5.13] (vpn1-5-13.ams2.redhat.com [10.36.5.13]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t87FuO2J010697 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Sep 2015 11:56:25 -0400 Subject: Re: [PATCH] config/tc-avr.c (md_section_align): Append UL for -1 to avoid the latest gcc's warning To: gang.chen.5i5j@gmail.com, binutils@sourceware.org, gdb-patches@sourceware.org References: <1441440316-23667-1-git-send-email-gang.chen.5i5j@gmail.com> Cc: xili_gchen_5257@hotmail.com From: Nick Clifton Message-ID: <55EDB3A8.8000005@redhat.com> Date: Mon, 07 Sep 2015 15:56:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1441440316-23667-1-git-send-email-gang.chen.5i5j@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-09/txt/msg00077.txt.bz2 Hi Chen, > 2015-09-05 Chen Gang > > * config/tc-avr.c (md_section_align): Append UL for -1 to avoid > the latest gcc's warning. Approved - please apply. Cheers Nick