From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13586 invoked by alias); 19 Mar 2012 23:51:09 -0000 Received: (qmail 13578 invoked by uid 22791); 19 Mar 2012 23:51:08 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD 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; Mon, 19 Mar 2012 23:50:45 +0000 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id 603F51672D2 for ; Tue, 20 Mar 2012 00:50:43 +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 N9QZ-XGYanka for ; Tue, 20 Mar 2012 00:50:42 +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 914751672CD for ; Tue, 20 Mar 2012 00:50:42 +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 8D4773E0A2; Tue, 20 Mar 2012 00:50:42 +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 q2JNogF6032351; Tue, 20 Mar 2012 00:50:42 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id q2JNogb6032347; Tue, 20 Mar 2012 00:50:42 +0100 Date: Mon, 19 Mar 2012 23:51:00 -0000 Message-Id: <201203192350.q2JNogb6032347@ignucius.se.axis.com> From: Hans-Peter Nilsson To: gdb-patches@sourceware.org In-reply-to: <201203191322.40953.vapier@gentoo.org> (message from Mike Frysinger on Mon, 19 Mar 2012 18:22:39 +0100) Subject: Re: Please fix regressions from your sim changes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00727.txt.bz2 > From: Mike Frysinger > Date: Mon, 19 Mar 2012 18:22:39 +0100 (CC to the list disappeared much like the test-case output, sorry Mike for getting this twice.) > On Monday 19 March 2012 02:28:49 Hans-Peter Nilsson wrote: > > For mips-elf, there's just > > mips-elf is passing for me > > FAIL: mips1 hilo-hazard-1.s (execution) > > the glob should eat the new signal string > > > For cris-elf, there's quite a bit more, three variants AFAICT; > > three "signals" lost. > > patch attached should fix that > > > And really, why removing the "program stopped with signal" > > common part? I see no reason to not just adding it back. > > it wasn't removed. the signal is now additionally being decoded. > > before: program stopped with signal 5. > after: program stopped with signal 5 (Trace/breakpoint trap). That's what you'd think (and that'd be an improvement), but the message really is all gone. Is it a host issue? The tester host is admittedly an aging installation, F 8 x86_64. brgds, H-P