From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32490 invoked by alias); 3 Jun 2005 21:14:53 -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 32479 invoked by uid 22791); 3 Jun 2005 21:14:48 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 03 Jun 2005 21:14:48 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j53LEg4x021385 for ; Fri, 3 Jun 2005 17:14:47 -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 j53LEgO25374; Fri, 3 Jun 2005 17:14:42 -0400 Received: from localhost.localdomain (vpn50-28.rdu.redhat.com [172.16.50.28]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j53LEfBU003443; Fri, 3 Jun 2005 17:14:41 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j53LEavS005637; Fri, 3 Jun 2005 14:14:36 -0700 Date: Fri, 03 Jun 2005 21:14:00 -0000 From: Kevin Buettner To: Manoj Iyer Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] solib-svr4.c gdb_byteised. Message-ID: <20050603141436.1b8d24aa@ironwood.lan> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg00033.txt.bz2 On Thu, 26 May 2005 17:20:32 -0500 (CDT) Manoj Iyer wrote: > 2005-05-26 Manoj Iyer > > * solib-svr4.c: lm_info structure convert type of lm to gdb_byte. > (elf_locate_base): Converted types of buf, bufend, pbuf, to gdb_byte. > (first_link_map_member): Converted type of r_map_buf to gdb_byte. > (open_symbol_file_object): Converted type of l_name_buf to gdb_byte. > (svr4_fetch_objfile_link_map): Converted type of l_name_buf to > gdb_byte. 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. Thanks! Kevin