From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26204 invoked by alias); 7 Jul 2011 21:41:11 -0000 Received: (qmail 26196 invoked by uid 22791); 7 Jul 2011 21:41:10 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_QE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jul 2011 21:40:55 +0000 Received: (qmail 23538 invoked from network); 7 Jul 2011 21:40:54 -0000 Received: from unknown (HELO ?84.152.222.114?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Jul 2011 21:40:54 -0000 Message-ID: <4E1627DF.7020706@codesourcery.com> Date: Thu, 07 Jul 2011 21:51:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110505 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: Richard Henderson CC: gcc-patches@gcc.gnu.org Subject: Re: [CFT][PATCH 0/6] Move dwarf2 cfi creation to a new pass References: <1309723308-26667-1-git-send-email-rth@redhat.com> In-Reply-To: <1309723308-26667-1-git-send-email-rth@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00566.txt.bz2 On 07/03/11 22:01, Richard Henderson wrote: > So far I've tested this only on x86_64-linux. It needs a bit more > testing across other targets before going in. Any help that can > be given there would be welcome. > No problems on qemu arm-linux, "{arch=armv7-a,armv7-a/thumb,thumb,}". Bernd