From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15007 invoked by alias); 22 Apr 2010 02:45:38 -0000 Received: (qmail 14856 invoked by uid 22791); 22 Apr 2010 02:45:34 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=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; Thu, 22 Apr 2010 02:45:27 +0000 Received: (qmail 25789 invoked by uid 20157); 22 Apr 2010 02:45:25 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 22 Apr 2010 02:45:25 -0000 Date: Thu, 22 Apr 2010 02:45:00 -0000 From: Hans-Peter Nilsson To: Mike Frysinger cc: Doug Evans , gdb-patches@sourceware.org Subject: Re: [PATCH] sim: profile: implement --profile-file backend In-Reply-To: <201004212218.12823.vapier@gentoo.org> Message-ID: References: <1271882917-28580-1-git-send-email-vapier@gentoo.org> <201004212039.35705.vapier@gentoo.org> <201004212218.12823.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: 2010-04/txt/msg00734.txt.bz2 On Wed, 21 Apr 2010, Mike Frysinger wrote: > On Wednesday 21 April 2010 21:49:34 Hans-Peter Nilsson wrote: > > Your change broke at least cris-elf, iq2000-elf and m32r-elf, > > as you didn't adjust calls in sim/common/cgen-scache.c. > > i'm build+check testing these sim targets: > arm avr cr16 frv h8300 m32c mips mn10300 moxie ppc rx sh v850 > those all work, but i guess none use cgen-scache > > i didnt test cris iq2000 m32r because they werent even building for me in the > past (independent of my changes). Odd, see below. > they seem to now though, so ive added them > to the above list. Thanks. FWIW, I have an autotester (trigged on email commit messages) that's been running since 2006-12-20 that currently builds (list not updated for at least a year IIRC) arm-elf, cris-elf, d10v-elf, frv-elf, h8300-elf, iq2000-elf, m32c-elf, m32r-elf, m68hc11-elf, mcore-elf, mips-elf, mn10300-elf, powerpc-eabisim (board powerpc-sim), sh-elf, v850-elf. All *-elf having board *-sim. It also tests those that have test-suites (a "test -d $builddir/sim/testsuite" after building), i.e. arm-elf, cris-elf, frv-elf, iq2000-elf, m68hc11-elf, mcore-elf, mips-elf, sh-elf, v850-elf - excepting h8300-elf and m32r-elf because they were known to have failing test-cases when added, at least for a x86_64 host. All others passed, last success run at 2010-04-22-00:29:02 (UTC). Binutils is separately updated (and the sims re-tested) when results are clean, avoiding some breakages. brgds, H-P