From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13235 invoked by alias); 21 Sep 2005 21:25:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12667 invoked by uid 22791); 21 Sep 2005 21:24:37 -0000 Received: from mta08-winn.ispmail.ntl.com (HELO mta08-winn.ispmail.ntl.com) (81.103.221.48) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 21 Sep 2005 21:24:37 +0000 Received: from aamta09-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20050921212435.JJIV10357.mta08-winn.ispmail.ntl.com@aamta09-winn.ispmail.ntl.com>; Wed, 21 Sep 2005 22:24:35 +0100 Received: from [127.0.0.1] (really [81.108.244.65]) by aamta09-winn.ispmail.ntl.com with ESMTP id <20050921212434.QDUG13031.aamta09-winn.ispmail.ntl.com@[127.0.0.1]>; Wed, 21 Sep 2005 22:24:34 +0100 Message-ID: <4331CF91.5040209@ntlworld.com> Date: Wed, 21 Sep 2005 21:25:00 -0000 From: Dave Murphy User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Andrew STUBBS CC: insight@sources.redhat.com, gdb list Subject: Re: MinGW setjmp SEGV References: <4330C474.6010401@ntlworld.com> <43312041.2070809@st.com> In-Reply-To: <43312041.2070809@st.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0538-6, 21/09/2005), Outbound message X-Antivirus-Status: Clean X-SW-Source: 2005-09/txt/msg00164.txt.bz2 Andrew STUBBS wrote: > Dave Murphy wrote: > >> 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 > > Excellent, that was the final piece in the puzzle to get me up and running. Looking good on native i386. Tnanks again for finding the tcl problem :) Dave