From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23573 invoked by alias); 7 Jun 2005 08:34:25 -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 23557 invoked by uid 22791); 7 Jun 2005 08:34:20 -0000 Received: from over.ny.us.ibm.com (HELO over.ny.us.ibm.com) (32.97.182.150) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 07 Jun 2005 08:34:20 +0000 Received: from e3.ny.us.ibm.com ([192.168.1.103]) by pokfb.esmtp.ibm.com (8.12.11/8.12.11) with ESMTP id j5771Tmn025148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 Jun 2005 03:01:30 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j576uKKk010472 for ; Tue, 7 Jun 2005 02:56:20 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j576uK81202782 for ; Tue, 7 Jun 2005 02:56:20 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11/8.13.3) with ESMTP id j576uKYd021485 for ; Tue, 7 Jun 2005 02:56:20 -0400 Received: from austin.ibm.com (netmail2.austin.ibm.com [9.41.248.176]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j576uJ1t021479; Tue, 7 Jun 2005 02:56:20 -0400 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 j576uJeQ098946; Tue, 7 Jun 2005 01:56:19 -0500 Date: Tue, 07 Jun 2005 08:34:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: Daniel Jacobowitz cc: Kevin Buettner , gdb-patches@sources.redhat.com Subject: Re: [PATCH] solib-svr4.c gdb_byteised. In-Reply-To: <20050607000725.GA13127@nevyn.them.org> Message-ID: References: <20050603141436.1b8d24aa@ironwood.lan> <20050607000725.GA13127@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-06/txt/msg00052.txt.bz2 > FYI, please use the changelog entry as the CVS commit message in the > future. Also: > > > > This patch is okay with me. Just fix the first line of your ChangeLog > > > entry as follows: > > > > > > * solib-svr4.c: (struct lm_info): Change type of ``lm'' to gdb_byte. > > Both the version you used and Kevin's are wrong, Kevin picked up an > extra colon: > > * solib-svr4.c (struct lm_info): Change type of ``lm'' to gdb_byte. > fixed that line and commited. Thanks ------ Manoj Iyer