From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3423 invoked by alias); 21 Sep 2005 09:00:04 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 3248 invoked by uid 22791); 21 Sep 2005 08:59:46 -0000 Received: from lon-del-03.spheriq.net (HELO lon-del-03.spheriq.net) (195.46.50.99) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 21 Sep 2005 08:59:46 +0000 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-03.spheriq.net with ESMTP id j8L8xi93016516 for ; Wed, 21 Sep 2005 08:59:44 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-02.spheriq.net with ESMTP id j8L8xhAn018368 for ; Wed, 21 Sep 2005 08:59:44 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id j8L8xe0J017890 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 21 Sep 2005 08:59:42 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 92118DAF8; Wed, 21 Sep 2005 08:57:27 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 650F0474F0; Wed, 21 Sep 2005 08:59:59 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 282EC75969; Wed, 21 Sep 2005 08:59:59 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 93D0647258; Wed, 21 Sep 2005 08:59:58 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.4.4-GR) with ESMTP id BYQ00366 (AUTH "andrew stubbs"); Wed, 21 Sep 2005 09:57:25 +0100 (BST) Message-ID: <43312041.2070809@st.com> Date: Wed, 21 Sep 2005 09:00:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Dave Murphy Cc: insight@sources.redhat.com, gdb list Subject: Re: MinGW setjmp SEGV References: <4330C474.6010401@ntlworld.com> In-Reply-To: <4330C474.6010401@ntlworld.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 2.3.0 X-SW-Source: 2005-q3/txt/msg00106.txt.bz2 Dave Murphy wrote: > Thanks for posting the patch. I got inspired to have another go at > building an arm-elf Insight under mingw/msys. I've now managed to build > Inisght 6.1 with gdb 6.3 up to a point. I have a functioning gdb but I'm > having problems with some deprecated functions in gdbtk-cmds.c and > gdb-register.c. Do you know what I need to use instead of these functions? > > bfd_get_section_size_before_reloc' This can be replaced with bfd_get_section_size(). > DEPRECATED_REGISTER_CONVERTIBLE' > DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL > DEPRECATED_REGISTER_VIRTUAL_SIZE These can just be removed. See http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-register.c.diff?r1=1.24&r2=1.25&cvsroot=src&f=h HTH Andrew Stubbs