From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20976 invoked by alias); 2 Sep 2009 01:28:03 -0000 Received: (qmail 20966 invoked by uid 22791); 2 Sep 2009 01:28:03 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f195.google.com (HELO mail-pz0-f195.google.com) (209.85.222.195) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Sep 2009 01:27:57 +0000 Received: by pzk33 with SMTP id 33so409211pzk.23 for ; Tue, 01 Sep 2009 18:27:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.7.10 with SMTP id 10mr123284wfg.137.1251854876087; Tue, 01 Sep 2009 18:27:56 -0700 (PDT) In-Reply-To: <4A9D7413.5020707@vmware.com> References: <4A9D7354.5010207@codesourcery.com> <4A9D7413.5020707@vmware.com> From: Hui Zhu Date: Wed, 02 Sep 2009 01:28:00 -0000 Message-ID: Subject: Re: [OB] Fix syntax error in record_resume To: Michael Snyder , Stan Shebs Cc: 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: 2009-09/txt/msg00048.txt.bz2 Sorry I make a big mistake. I will change it back at once. Thanks for remind me, Stan and Michael. Thanks a lot. Hui On Wed, Sep 2, 2009 at 03:20, Michael Snyder wrote: > Stan Shebs wrote: >> >> Hui Zhu wrote: >>> >>> =A0 =A0 =A0 =A0* record.c (record_resume): Change "siggnal" to "signal". >>> >> >> FYI, a number of places in the code use "siggnal" for the variable name, >> or some other name that is not "signal". =A0Once upon a time some hosts = did >> nasty macro tricks with "signal" in their system headers, so it was bett= er >> for portability to use some other string. =A0I don't know if this is sti= ll an >> issue though. > > I always thought that the name "siggnal" started with a global > variable in gdb, and then just propagated (the way it's trying > to do now). =A0 ;-) >