From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8455 invoked by alias); 16 Feb 2013 04:58:19 -0000 Received: (qmail 8415 invoked by uid 22791); 16 Feb 2013 04:58:16 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_SM X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Feb 2013 04:58:12 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1U6Zqm-0006DP-26 from Yao_Qi@mentor.com ; Fri, 15 Feb 2013 20:58:12 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 15 Feb 2013 20:58:11 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Fri, 15 Feb 2013 20:58:10 -0800 Message-ID: <511F11A3.1010300@codesourcery.com> Date: Sat, 16 Feb 2013 04:58:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: asmwarrior CC: Subject: Re: [patch]remove whitespace in frame.c References: <511E4EAC.2020602@gmail.com> In-Reply-To: <511E4EAC.2020602@gmail.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 X-SW-Source: 2013-02/txt/msg00429.txt.bz2 On 02/15/2013 11:05 PM, asmwarrior wrote: > diff --git a/gdb/frame.c b/gdb/frame.c > index 0821b6e..4b8ab60 100644 > --- a/gdb/frame.c > +++ b/gdb/frame.c > @@ -42,7 +42,7 @@ > #include "gdbthread.h" > #include "block.h" > #include "inline-frame.h" > -#include "tracepoint.h" > +#include "tracepoint.h" > > static struct frame_info *get_prev_frame_1 (struct frame_info *this_frame); > static struct frame_info *get_prev_frame_raw (struct frame_info *this_frame); Yuanhui, Thanks for doing this. Change like this is qualified as obvious and can be committed directly. However, we still need a changelog entry. -- Yao (齐尧)