From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106418 invoked by alias); 15 Jun 2016 08:52:46 -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 106398 invoked by uid 89); 15 Jun 2016 08:52:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f66.google.com Received: from mail-oi0-f66.google.com (HELO mail-oi0-f66.google.com) (209.85.218.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 15 Jun 2016 08:52:34 +0000 Received: by mail-oi0-f66.google.com with SMTP id d132so2729333oig.3 for ; Wed, 15 Jun 2016 01:52:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=z9SEucaIoWb1SSJx2tsWXWh6l5crOTMr2TIp59xZ7vo=; b=PxNR5UHdj0p3qYHlyOFU0c9n6rrcOJO6Xwdo5LikjgE+XF9asxRG5fjRMHrZTvmOBG jx6QK5lPbLw7PCIZdXPJ6+U5CXT10fbbC6CBSFYfMH/xBQWtVOCBOU0SiQ0Ls6MqNnNL 2bVNn+IEJG5X/+ujh93bERbyrygyYVArDjAIplatthKDFOtRe9nQ2pasIX1d3NtqIjnA FCwdDxmPvdCQBKgK0z429Q2fZaNX+yUv5XU8i6kgv14yp3LLzF9ied7VBdhyxDSuqo/A DNKFnm2Kq1ir9nA9qfJnJQkuMoN/Efnz/UxjBhSJSje2SH+vakn/QOK9xUVUHugFVjb0 fmZA== X-Gm-Message-State: ALyK8tK8YwMDHoQaCpX/gu9U/bYCqs+R+Dh0A7RaHHf2be11giwRNnd8drxJI4Z0sBhfzb7v8fO9xJnATnKfIg== X-Received: by 10.202.181.131 with SMTP id e125mr10814803oif.12.1465980752951; Wed, 15 Jun 2016 01:52:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.68.4 with HTTP; Wed, 15 Jun 2016 01:52:32 -0700 (PDT) In-Reply-To: <1465926942-37759-1-git-send-email-ttsugrii@fb.com> References: <1465926942-37759-1-git-send-email-ttsugrii@fb.com> From: Yao Qi Date: Wed, 15 Jun 2016 08:52:00 -0000 Message-ID: Subject: Re: [PATCH] Fix implicit conversion warning produced by clang To: Taras Tsugrii Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00264.txt.bz2 Hi Taras, Thanks for the patch, but it should be sent to binutils@sourceware.org mail list, instead of gdb's. On Tue, Jun 14, 2016 at 6:55 PM, Taras Tsugrii wrote: > diff --git a/binutils/ChangeLog b/binutils/ChangeLog > index ff8161a..08be889 100644 > --- a/binutils/ChangeLog > +++ b/binutils/ChangeLog > @@ -1,3 +1,7 @@ > +2016-06-14 Taras Tsugrii > + > + * objcopy.c: Fix clang implicit conversion warning. > + ChangeLog entry describes "what is your change" rather than "why do you change". --=20 Yao (=E9=BD=90=E5=B0=A7)