From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3568 invoked by alias); 26 Aug 2015 15:25:36 -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 3536 invoked by uid 89); 26 Aug 2015 15:25:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 26 Aug 2015 15:25:34 +0000 Received: by oiey141 with SMTP id y141so123508946oie.1 for ; Wed, 26 Aug 2015 08:25:32 -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:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kRXXTkBKr9LCE9N+orTTZ9MMNxrp1rR6rxNn2vjTzOo=; b=YkEC5xjBSa0qQ1W+33pJRbessOQSaFsQrUItCj7/sQDaXyPgqtKYXhRybCulpwtiIV zZXPeuxUsTNoGWfRPRk4YhIfroF14Ql4d46VxRs0WDoWFCeiNzDJWhRfm4umCoXwxxCh qMMfgKRtkyCjV0+Wf/CvN/UKQQOhYAF0hmGwgS/CDzkTlK6Sk/UeX7o+M13KlrRywlPU kM9LHPUTEVmDFP/6Azi8/IdwEaVaDLal5OogdIlpG0WrwWW9OJv1EajHQy4hka/whcKI RW+pB2nmtQnrJQrX9XplOTdv9CAyuaiTeketyNQUduahwR8vBVPC6PnDwlmLIax6Gqvr rNlQ== X-Gm-Message-State: ALoCoQkYIcTObAEWKn24YA7xEF6NIpoy334itoUrxaq4a6jsJ/rDvSzxyyOJ4RK8zH+aJeYPDmca MIME-Version: 1.0 X-Received: by 10.202.181.87 with SMTP id e84mr30412966oif.131.1440602732512; Wed, 26 Aug 2015 08:25:32 -0700 (PDT) Received: by 10.76.173.2 with HTTP; Wed, 26 Aug 2015 08:25:32 -0700 (PDT) In-Reply-To: <867foi1ecu.fsf@gmail.com> References: <86egkyqxwg.fsf@gmail.com> <20150805085012.GF26572@vapier> <867foi1ecu.fsf@gmail.com> Date: Wed, 26 Aug 2015 15:25:00 -0000 Message-ID: Subject: Re: [PATCH] Fix compiler warnings building against Linux uapi headers From: enh To: Yao Qi Cc: gdb-patches@sourceware.org, Doug Evans Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2015-08/txt/msg00756.txt.bz2 2015-08-26 Elliott Hughes * arm-linux-tdep.h: Only define HWCAP_VFP and friends if they're not already defined. 2015-08-26 Elliott Hughes * linux-arm-low.c: Only define HWCAP_VFP and friends if they're not already defined. On 8/26/15, Yao Qi wrote: > enh writes: > >> 2015-08-25 Elliott Hughes >> >> * arm-linux-tdep.h, linux-arm-low.c: Only define HWCAP_VFP and >> friends if they're not already defined. Fixes build against Linux >> uapi headers. > > We need two changelog entries for gdb/ChangeLog and > gdb/gdbserver/ChangeLog respectively. The last sentence "Fixes build > against Linux uapi headers" is not needed. > > OK with the changes. > > -- > Yao (=E9=BD=90=E5=B0=A7) > --=20 Elliott Hughes - http://who/enh - http://jessies.org/~enh/ Android native code/tools questions? Mail me/drop by/add me as a reviewer.