From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28591 invoked by alias); 24 Mar 2012 05:53:59 -0000 Received: (qmail 28583 invoked by uid 22791); 24 Mar 2012 05:53:57 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from dair.pair.com (HELO dair.pair.com) (209.68.1.49) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 24 Mar 2012 05:53:43 +0000 Received: (qmail 6754 invoked by uid 20157); 24 Mar 2012 05:53:42 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 24 Mar 2012 05:53:42 -0000 Date: Sat, 24 Mar 2012 05:53:00 -0000 From: Hans-Peter Nilsson To: Mike Frysinger cc: gdb-patches@sourceware.org Subject: Re: [PATCH] sim: make sure to include strsignal prototype In-Reply-To: <201203240012.05447.vapier@gentoo.org> Message-ID: References: <1332476592-12930-1-git-send-email-vapier@gentoo.org> <201203240012.05447.vapier@gentoo.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes 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/msg00815.txt.bz2 On Sat, 24 Mar 2012, Mike Frysinger wrote: > On Friday 23 March 2012 01:24:07 Hans-Peter Nilsson wrote: > > Another thing I noticed: could you please adjust the > > sim/testsuite/sim/cris/c/ tests too? Lots of "program stopped > > with signal" there; your earlier fixes seems to have been just > > to the asm/ subdir. I'm not putting it on you to assemble a > > cris-elf toolchain to verify it (not that it shouldn't be > > obvious :) just do the same transformation as in asm/. > > the cris sim gets into an infinite loop for me. from the log: > > Executing on host: cris-elf-gcc ../../../../sim/testsuite/sim/cris/c/append1.c -O2 -lm -o append1.c.x (timeout = 300) > /usr/lib/gcc/cris-elf/4.5.3/../../../../cris-elf/lib/libc.a(lib_a-closer.o): In function `_close_r': > .../newlib-1.20.0/newlib/libc/reent/closer.c:53: warning: _close is not implemented and will always fail Did you "make check-sim RUNTESTFLAGS=--target_board=cris-sim"? The warning message indicates the absence of that option or the wrong baseboard. (Arguably the *sim* test-suite should know set that option by itself, but at least it's consistent with other runnable dejagnu-based test-suites.) brgds, H-P