From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17744 invoked by alias); 3 Nov 2011 15:25:35 -0000 Received: (qmail 17729 invoked by uid 22791); 3 Nov 2011 15:25:34 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,TW_DP X-Spam-Check-By: sourceware.org Received: from ra.se.axis.com (HELO ra.se.axis.com) (195.60.68.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Nov 2011 15:25:11 +0000 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id 43C4112BF4; Thu, 3 Nov 2011 16:25:10 +0100 (CET) Received: from ra.se.axis.com ([127.0.0.1]) by localhost (ra.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id E1nu7V0evG0b; Thu, 3 Nov 2011 16:25:09 +0100 (CET) Received: from seth.se.axis.com (seth.se.axis.com [10.0.2.172]) by ra.se.axis.com (Postfix) with ESMTP id 8C25B12BF0; Thu, 3 Nov 2011 16:25:09 +0100 (CET) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by seth.se.axis.com (Postfix) with ESMTP id 7BD3E3E0EB; Thu, 3 Nov 2011 16:25:09 +0100 (CET) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id pA3FP8F6015746; Thu, 3 Nov 2011 16:25:08 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id pA3FP8WJ015742; Thu, 3 Nov 2011 16:25:08 +0100 Date: Thu, 03 Nov 2011 15:42:00 -0000 Message-Id: <201111031525.pA3FP8WJ015742@ignucius.se.axis.com> From: Hans-Peter Nilsson To: ro@CeBiTec.Uni-Bielefeld.DE CC: gcc-patches@gcc.gnu.org In-reply-to: (message from Rainer Orth on Thu, 3 Nov 2011 14:10:50 +0100) Subject: Re: Massive breakage with your libgcc patches MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT 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-11/txt/msg00334.txt.bz2 > From: Rainer Orth > Date: Thu, 3 Nov 2011 14:10:50 +0100 > Hans-Peter Nilsson writes: > > For cris-elf, a patch in the range 180770:180778 supposedly > > yours, cause massive testsuite failures on the form of not > > finding functions in libgcc at link-time. It seems it was just a missing t-fdpbit for cris-*-elf. I'll test the obvious fix (fingers crossed). The testing issue aside, thanks for doing this work and staying on it. brgds, H-P