From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31649 invoked by alias); 26 May 2005 22:42:44 -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 31635 invoked by uid 22791); 26 May 2005 22:42:38 -0000 Received: from netlx014.civ.utwente.nl (HELO netlx014.civ.utwente.nl) (130.89.1.88) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 26 May 2005 22:42:38 +0000 Received: from weblx058.utsp.utwente.nl (weblx058.utsp.utwente.nl [130.89.1.228]) by netlx014.civ.utwente.nl (8.11.7/HKD) with SMTP id j4QMdUp06013; Fri, 27 May 2005 00:39:31 +0200 From: "M.M. Kettenis" Subject: Re: [RFC] solib-svr4.c gdb_byteised. MIME-Version: 1.0 Date: Fri, 27 May 2005 04:41:00 -0000 Message-Id: <7320928157066569@webhare> X-WebHare-Origin: WebHare Organizer To: Manoj Iyer , gdb-patches@sources.redhat.com In-reply-to: Content-Description: Message body Content-Type: text/plain; charset="US-ASCII"; format=flowed Content-Transfer-Encoding: 7bit X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-MailScanner-From: m.m.kettenis@alumnus.utwente.nl X-SW-Source: 2005-05/txt/msg00568.txt.bz2 Manoj Iyer wrote: > > solib-svr4.c compiles without errors on ppc64 with gcc4.0. Here is a > patch... > > > 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. I think the l_name_buf change is wrong since it *is* supposed to be a (character) string. Mark