From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14037 invoked by alias); 6 Mar 2004 13:52:33 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14000 invoked from network); 6 Mar 2004 13:52:32 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 6 Mar 2004 13:52:32 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i26DqUsp000661 for ; Sat, 6 Mar 2004 14:52:31 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i26DqUwx025117 for ; Sat, 6 Mar 2004 14:52:30 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i26DqUMR025114; Sat, 6 Mar 2004 14:52:30 +0100 (CET) Date: Sat, 06 Mar 2004 13:52:00 -0000 Message-ID: <200403061352.i26DqUMR025114@elgar.kettenis.dyndns.org> From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH] Small FreeBSD/alpha cleanup X-SW-Source: 2004-03.o/txt/msg00124.txt Message-ID: <20040306135200.pCC79ZdRmKAEiBDz6KuiEtyuybVB2LIlxEe_A7xNtYI@z> The only thing the file config/alpha/tm-fbsd.h did was including tm-alpha.h. This patch removes the file, and makes us use tm-alpha.h directly. Committed to mainline. Mark Index: ChangeLog from Mark Kettenis * config/alpha/tm-fbsd.h: Remove file. * config/alpha/fbsd.mt: Tweak comment. (TM_FILE): Set to tm-alpha.h. Index: config/alpha/fbsd.mt =================================================================== RCS file: /cvs/src/src/gdb/config/alpha/fbsd.mt,v retrieving revision 1.4 diff -u -p -r1.4 fbsd.mt --- config/alpha/fbsd.mt 4 Jun 2003 06:22:17 -0000 1.4 +++ config/alpha/fbsd.mt 6 Mar 2004 13:48:42 -0000 @@ -1,3 +1,3 @@ -# Target: FreeBSD/Alpha +# Target: FreeBSD/alpha TDEPFILES= alpha-tdep.o alpha-mdebug-tdep.o alphabsd-tdep.o alphafbsd-tdep.o -TM_FILE= tm-fbsd.h +TM_FILE= tm-alpha.h