From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13878 invoked by alias); 8 Jan 2013 02:02:43 -0000 Received: (qmail 13864 invoked by uid 22791); 8 Jan 2013 02:02:42 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-oa0-f41.google.com (HELO mail-oa0-f41.google.com) (209.85.219.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Jan 2013 02:02:34 +0000 Received: by mail-oa0-f41.google.com with SMTP id k14so19054169oag.14 for ; Mon, 07 Jan 2013 18:02:34 -0800 (PST) Received: by 10.60.10.227 with SMTP id l3mr34179318oeb.119.1357610554298; Mon, 07 Jan 2013 18:02:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.60.84.5 with HTTP; Mon, 7 Jan 2013 18:01:54 -0800 (PST) In-Reply-To: <50eae5d4.e606c20a.75af.fffffc7eSMTPIN_ADDED_BROKEN@mx.google.com> References: <87d2xm0wrs.fsf@fleche.redhat.com> <87obh5ypk7.fsf@fleche.redhat.com> <20130106065027.GB3703@adacore.com> <87lic558u6.fsf@fleche.redhat.com> <50eae5d4.e606c20a.75af.fffffc7eSMTPIN_ADDED_BROKEN@mx.google.com> From: Hui Zhu Date: Tue, 08 Jan 2013 02:02:00 -0000 Message-ID: Subject: Re: [PATCH] Add extern of output_command to utils.h To: Pierre Muller , Tom Tromey Cc: Joel Brobecker , gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-01/txt/msg00122.txt.bz2 On Mon, Jan 7, 2013 at 11:12 PM, Pierre Muller wrote: > > >> -----Message d'origine----- >> De : gdb-patches-owner@sourceware.org [mailto:gdb-patches- >> owner@sourceware.org] De la part de Tom Tromey >> Envoy=E9 : lundi 7 janvier 2013 16:09 >> =C0 : Hui Zhu >> Cc : Joel Brobecker; gdb-patches ml >> Objet : Re: [PATCH] Add extern of output_command to utils.h >> >> >>>>> "Hui" =3D=3D Hui Zhu writes: >> >> Hui> 2013-01-05 Hui Zhu >> >> Hui> * printcmd.c: Remove define of function output_command. >> Hui> * tracepoint.c: Remove extern of function output_command. >> Hui> * valprint.h.h (output_command): New extern. > > Just don't forget to remove the secondf ".h", correct line should be: Thanks for your remind. Fixed. > > * valprint.h (output_command): New extern. >> This is ok. Thanks. >> >> Tom > Checked in. http://sourceware.org/ml/gdb-cvs/2013-01/msg00042.html Best, Hui