From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5447 invoked by alias); 17 Feb 2011 16:16:25 -0000 Received: (qmail 5425 invoked by uid 22791); 17 Feb 2011 16:16:25 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,TW_GD X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Feb 2011 16:16:19 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 7F130CB0225; Thu, 17 Feb 2011 17:16:16 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P-s0VMy1PdLc; Thu, 17 Feb 2011 17:16:08 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id A3827CB0216; Thu, 17 Feb 2011 17:16:07 +0100 (CET) Subject: Re: [avr] gas support for cfi info Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=iso-8859-1 From: Tristan Gingold In-Reply-To: <4D5D48E5.30404@redhat.com> Date: Thu, 17 Feb 2011 16:16:00 -0000 Cc: =?iso-8859-1?Q?Petr_Hluz=EDn?= , Anitha Boyapati , binutils@sourceware.org, gdb@sourceware.org, GCC Patches , chertykov@gmail.com, aesok@post.ru, eric.weddington@atmel.com Content-Transfer-Encoding: quoted-printable Message-Id: References: <4D5ABAB2.2000405@redhat.com> <4D5ACDF2.20904@redhat.com> <4D5C104D.7050707@redhat.com> <4D5D48E5.30404@redhat.com> To: Richard Henderson X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00222.txt.bz2 On Feb 17, 2011, at 5:12 PM, Richard Henderson wrote: > On 02/16/2011 02:47 PM, Petr Hluz=EDn wrote: >> What should I look for when testing? >=20 > Run the gdb testsuite with dwarf-3 enabled. Either by editing the > default in the compiler, or by some dejagnu argument that compiles > the tests with -gdwarf-3. Note that gdb includes an avr simulator (if this could simplify your testin= g).