aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-03-06 13:50:58 +0000
committerMark Kettenis <kettenis@gnu.org>2004-03-06 13:50:58 +0000
commit12507572199b3b0c21286a8748efcde5effd9f06 (patch)
tree677c3370df42e658e3a0929e8e7d0579bf484174
parentc107cc1b31a992992ea287d1da556d1388aceb5c (diff)
downloadfsf-binutils-gdb-12507572199b3b0c21286a8748efcde5effd9f06.zip
fsf-binutils-gdb-12507572199b3b0c21286a8748efcde5effd9f06.tar.gz
fsf-binutils-gdb-12507572199b3b0c21286a8748efcde5effd9f06.tar.bz2
* config/alpha/tm-fbsd.h: Remove file.
* config/alpha/fbsd.mt: Tweak comment. (TM_FILE): Set to tm-alpha.h.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/config/alpha/fbsd.mt4
-rw-r--r--gdb/config/alpha/tm-fbsd.h27
3 files changed, 8 insertions, 29 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7502d1a..f64a405 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-06 Mark Kettenis <kettenis@gnu.org>
+
+ * config/alpha/tm-fbsd.h: Remove file.
+ * config/alpha/fbsd.mt: Tweak comment.
+ (TM_FILE): Set to tm-alpha.h.
+
2004-03-05 Andrew Cagney <cagney@redhat.com>
* infrun.c (step_over_function): When non-legacy code, and no
diff --git a/gdb/config/alpha/fbsd.mt b/gdb/config/alpha/fbsd.mt
index 24d2fd8..b126c68 100644
--- a/gdb/config/alpha/fbsd.mt
+++ b/gdb/config/alpha/fbsd.mt
@@ -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
diff --git a/gdb/config/alpha/tm-fbsd.h b/gdb/config/alpha/tm-fbsd.h
deleted file mode 100644
index c154366..0000000
--- a/gdb/config/alpha/tm-fbsd.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Target-dependent definitions for FreeBSD/Alpha.
-
- Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
-
- This file is part of GDB.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
-
-#ifndef TM_FBSD_H
-#define TM_FBSD_H
-
-#include "alpha/tm-alpha.h"
-
-#endif /* TM_FBSD_H */