From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29474 invoked by alias); 7 Oct 2007 07:44:39 -0000 Received: (qmail 29461 invoked by uid 22791); 7 Oct 2007 07:44:38 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 07 Oct 2007 07:44:32 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id l977iBOR006562; Sun, 7 Oct 2007 09:44:11 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id l977iBLV013884; Sun, 7 Oct 2007 09:44:11 +0200 (CEST) Date: Sun, 07 Oct 2007 07:44:00 -0000 Message-Id: <200710070744.l977iBLV013884@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: uweigand@de.ibm.com CC: brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: <200710061324.l96DOa4d031132@d12av02.megacenter.de.ibm.com> (uweigand@de.ibm.com) Subject: Re: [rfc/rft] Remove tm-alpha.h header file References: <200710061324.l96DOa4d031132@d12av02.megacenter.de.ibm.com> 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: 2007-10/txt/msg00099.txt.bz2 > Date: Sat, 6 Oct 2007 15:24:36 +0200 (CEST) > From: "Ulrich Weigand" > Mark Kettenis wrote: > > > Date: Fri, 5 Oct 2007 13:58:39 -0700 > > > From: Joel Brobecker > > > > > > > Tested only to the extent to make sure everything still compiles; > > > > if anyone with access to an Alpha machine could run a regression > > > > test, I'd appreciate it! > > > > > > We have some Tru64 machines available to us, but I haven't been able > > > to run the testsuite on these machine for some time now :-(. I have > > > looked at this patch, and it looks correct to me (FWIW). > > > > I'll see if I can run the testsuite on OpenBSD/alpha this weekend. > > Thanks! Done; no regressions. Note that obsd.mt already didn't include tm-alpha.h, so it would be best to test a platform that still does as well. Cheers, Mark