From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18924 invoked by alias); 19 Feb 2010 16:26:09 -0000 Received: (qmail 18866 invoked by uid 22791); 19 Feb 2010 16:26:07 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mout4.freenet.de (HELO mout4.freenet.de) (195.4.92.94) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 19 Feb 2010 16:26:02 +0000 Received: from [195.4.92.16] (helo=6.mx.freenet.de) by mout4.freenet.de with esmtpa (ID ralf.corsepius@freenet.de) (port 25) (Exim 4.72 #1) id 1NiVfz-0000VG-DW; Fri, 19 Feb 2010 17:25:59 +0100 Received: from hsi-kbw-078-043-063-233.hsi4.kabel-badenwuerttemberg.de ([78.43.63.233]:63629 helo=[192.168.1.104]) by 6.mx.freenet.de with esmtpsa (ID ralf.corsepius@freenet.de) (TLSv1:AES256-SHA:256) (port 465) (Exim 4.72 #1) id 1NiVfz-0007lf-8x; Fri, 19 Feb 2010 17:25:59 +0100 Message-ID: <4B7EBB95.1060909@rtems.org> Date: Fri, 19 Feb 2010 16:26:00 -0000 From: Ralf Corsepius User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Thunderbird/3.0.1 MIME-Version: 1.0 To: Joel Brobecker CC: gdb@sourceware.org Subject: Re: GDB 7.0.90 available for testing References: <20100219012023.GG9752@adacore.com> In-Reply-To: <20100219012023.GG9752@adacore.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00140.txt.bz2 On 02/19/2010 02:20 AM, Joel Brobecker wrote: > Hello, > > I have just finished creating the gdb-7.0.90 pre-release. > It is available for download at the following location: > > ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-7.0.90.tar.bz2 > > A gzip'ed version is also available: gdb-7.0.90.tar.gz. > > Please give it a test if you can and report any problems you might find. While test-building gdb-7.0.90 packages for RTEMS, I noticed gdb's configure scripts doesn't seem to be detecting invalid targets. For example configure accepts --target=bfin-rtems4.10 without any complaint and subsequently builds binaries. However these binaries fail badly at run-time: # bfin-rtems4.10-gdb ../../gdb-7.0.90/gdb/arch-utils.c:648: internal-error: initialize_current_architecture: Selection of initial architecture failed A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) [answered Y; input not from terminal] ../../gdb-7.0.90/gdb/arch-utils.c:648: internal-error: initialize_current_architecture: Selection of initial architecture failed A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) [answered Y; input not from terminal] Aborted (core dumped) [A far as bfin-* targets are concerned, this issue already existed in previous gdb-versions.] Ralf