From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30701 invoked by alias); 2 Sep 2004 01:27:26 -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 30674 invoked from network); 2 Sep 2004 01:27:25 -0000 Received: from unknown (HELO e34.co.us.ibm.com) (32.97.110.132) by sourceware.org with SMTP; 2 Sep 2004 01:27:25 -0000 Received: from westrelay04.boulder.ibm.com (westrelay04.boulder.ibm.com [9.17.193.32]) by e34.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id i821RNnZ553358; Wed, 1 Sep 2004 21:27:23 -0400 Received: from austin.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay04.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i821R7hs180692; Wed, 1 Sep 2004 19:27:23 -0600 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id i81JtXp0079204; Wed, 1 Sep 2004 14:55:33 -0500 Date: Thu, 02 Sep 2004 01:27:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: Michael Chastain cc: gdb-patches@sources.redhat.com Subject: [COMMIT] changes to gdb.gdb to use new gdb.exp In-Reply-To: <41362545.nail1N2289W8N@mindspring.com> Message-ID: References: <4135FAAA.nail59915B4OV@mindspring.com> <41362545.nail1N2289W8N@mindspring.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-09/txt/msg00032.txt.bz2 Commited with changes. ----- manjo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Cognito ergo sum + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ On Wed, 1 Sep 2004, Michael Chastain wrote: > All right. This patch is approved, after some formatting changes to > the ChangeLog entry. > > Your entry: > > 2004-09-01 Manoj Iyer > * gdb.gdb/complaints.exp (setup_test): use new gdb.exp functionality > to check for nodebug in executable. > * gdb.gdb/observer.exp (setup_test): use new gdb.exp functionality > to check for nodebug in executable. > * gdb.gdb/selftest.exp (test_with_self): use new gdb.exp functionality > to check for nodebug in executable. > * gdb.gdb/xfullpath.exp (setup_test): use new gdb.exp functionality > to check for nodebug in executable. > > Change it to: > > 2004-09-01 Manoj Iyer > > * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality > to check for nodebug in executable. > * gdb.gdb/observer.exp (setup_test): Likewise. > * gdb.gdb/selftest.exp (test_with_self): Likewise. > * gdb.gdb/xfullpath.exp (setup_test): Likewise. > > . Typo on email address. > . Capitalize the sentence "Use new gdb.exp functionality ..." > . Use "Likewise" to make it easier to read. > > We're picky about ChangeLog formatting because some people have emacs > macros and stuff that scan ChangeLog files. > > With that ChangeLog entry, your patch is approved. Thanks! > > Michael >