From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4873 invoked by alias); 10 Sep 2003 01:24:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4864 invoked from network); 10 Sep 2003 01:24:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Sep 2003 01:24:39 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h8A1Ocl20531 for ; Tue, 9 Sep 2003 21:24:38 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h8A1Oae30913; Tue, 9 Sep 2003 21:24:36 -0400 Received: from localhost.localdomain (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h8A1OZba003105; Tue, 9 Sep 2003 21:24:36 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h8A1OUD03984; Tue, 9 Sep 2003 18:24:30 -0700 Date: Wed, 10 Sep 2003 01:24:00 -0000 From: Kevin Buettner Message-Id: <1030910012430.ZM3983@localhost.localdomain> In-Reply-To: Jimi Xenidis "PATCH: Re: AHAH! Re: Patch to eliminate SOFTWARE_SINGLE_STEP" (Sep 9, 6:01pm) References: <3F4398EC.2050405@redhat.com> <16195.39851.78762.619597@kitch0.watson.ibm.com> <3F4440F0.30007@redhat.com> <16198.6133.411978.563514@kitch0.watson.ibm.com> <3F463CA9.5000900@redhat.com> <16198.21410.308896.588372@kitch0.watson.ibm.com> <3F465EFD.9020700@redhat.com> <16220.53590.956496.102996@kitch0.watson.ibm.com> <20030908190016.GB24747@nevyn.them.org> <16220.58287.637563.556990@kitch0.watson.ibm.com> <20030908202005.GA30286@nevyn.them.org> <16220.62220.290008.652878@kitch0.watson.ibm.com> <1030908220107.ZM6208@localhost.localdomain> <16221.61979.434255.784317@kitch0.watson.ibm.com> <1030909161519.ZM20803@localhost.localdomain> <16222.1885.6189.269410@kitch0.watson.ibm.com> <1030909175522.ZM21202@localhost.localdomain> <16222.19873.6535.22360@kitch0.watson.ibm.com> To: Jimi Xenidis Subject: Re: PATCH: Re: AHAH! Re: Patch to eliminate SOFTWARE_SINGLE_STEP Cc: Andrew Cagney , gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00194.txt.bz2 On Sep 9, 6:01pm, Jimi Xenidis wrote: > diff -Naur -X Xdiff src/gdb/ChangeLog mygdb/gdb/ChangeLog > --- src/gdb/ChangeLog Tue Sep 9 17:33:08 2003 > +++ mygdb/gdb/ChangeLog Tue Sep 9 17:03:52 2003 > @@ -1,3 +1,14 @@ > +2003-09-09 Jimi Xenidis > + > + * config/powerpc/tm-ppc-eabi.h: no longer require custion #define of > + SOFTWARE_SINGLE_STEP > + * config/rs6000/tm-rs6000.h: no longer require custion #define of > + SOFTWARE_SINGLE_STEP > + * config/powerpc/tm-linux.h: no longer require custion #define of > + SOFTWARE_SINGLE_STEP > + * rs6000-tdep.c (rs6000_gdbarch_init): Set up software_single_step > + while initing gdbarch This is okay so long as the nits we discussed privately -- ChangeLog entry formatting and comment wording -- are fixed. Thanks, Kevin