From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32176 invoked by alias); 15 Jun 2015 16:32:22 -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 32107 invoked by uid 89); 15 Jun 2015 16:32:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: lwfs1-cam.cam.lispworks.com Received: from mail.lispworks.com (HELO lwfs1-cam.cam.lispworks.com) (46.17.166.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Jun 2015 16:32:20 +0000 Received: from higson.cam.lispworks.com (higson.cam.lispworks.com [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.14.5/8.14.5) with ESMTP id t5FGWEac041881; Mon, 15 Jun 2015 17:32:14 +0100 (BST) (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (localhost.localdomain [127.0.0.1]) by higson.cam.lispworks.com (8.14.4) id t5FGWE6J023699; Mon, 15 Jun 2015 17:32:14 +0100 Received: (from martin@localhost) by higson.cam.lispworks.com (8.14.4/8.14.4/Submit) id t5FGWEOb023695; Mon, 15 Jun 2015 17:32:14 +0100 Date: Mon, 15 Jun 2015 16:32:00 -0000 Message-Id: <201506151632.t5FGWEOb023695@higson.cam.lispworks.com> From: Martin Simmons To: Yao Qi CC: gdb-patches@sourceware.org In-reply-to: <557ECC66.5060606@gmail.com> (message from Yao Qi on Mon, 15 Jun 2015 14:00:22 +0100) Subject: Re: [PATCH] Fix compilation of gdb/arm-linux-nat.c on Raspbian GNU/Linux 7 References: <201506151243.t5FChjwS012722@heapu.cam.lispworks.com> <557ECC66.5060606@gmail.com> X-SW-Source: 2015-06/txt/msg00321.txt.bz2 >>>>> On Mon, 15 Jun 2015 14:00:22 +0100, Yao Qi said: > > This patch is OK, except for the ChangeLog entry, it can be rewritten like > > On 15/06/15 13:43, Martin Simmons wrote: > > gdb/ChangeLog > > > > * arm-linux-nat.c (nat/linux-ptrace.h): New include for > > PTRACE_GETREGSET et al in case of old system header files. > > * arm-linux-nat.c: Include nat/linux-ptrace.h. > > because we put what do we change in the changelog rather than "why". OK. > Do you have the commit access to gdb git repository? No. __Martin