aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-03 18:01:51 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-03 18:01:51 +0000
commitbe1ed680375c35e4404f9eb2a826ebe7780fd830 (patch)
treef35ef22f72499d155c62f59f903f0283989ec74d /gdb/config
parent4b392b26e4abd0073f0f7509c895cb1768d7f9fc (diff)
downloadgdb-be1ed680375c35e4404f9eb2a826ebe7780fd830.zip
gdb-be1ed680375c35e4404f9eb2a826ebe7780fd830.tar.gz
gdb-be1ed680375c35e4404f9eb2a826ebe7780fd830.tar.bz2
2004-09-03 Andrew Cagney <cagney@gnu.org>
* config/i386/tm-fbsd.h: Delete file. * config/i386/fbsd64.mt (TM_FILE): Set to solib.h. * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/fbsd.mt2
-rw-r--r--gdb/config/i386/fbsd64.mt2
-rw-r--r--gdb/config/i386/tm-fbsd.h31
3 files changed, 2 insertions, 33 deletions
diff --git a/gdb/config/i386/fbsd.mt b/gdb/config/i386/fbsd.mt
index be095e9..ceda239 100644
--- a/gdb/config/i386/fbsd.mt
+++ b/gdb/config/i386/fbsd.mt
@@ -1,4 +1,4 @@
# Target: FreeBSD/i386
TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \
corelow.o solib.o solib-svr4.o
-TM_FILE= tm-fbsd.h
+TM_FILE= solib.h
diff --git a/gdb/config/i386/fbsd64.mt b/gdb/config/i386/fbsd64.mt
index d4cb24b..d077703 100644
--- a/gdb/config/i386/fbsd64.mt
+++ b/gdb/config/i386/fbsd64.mt
@@ -2,4 +2,4 @@
TDEPFILES= amd64-tdep.o amd64fbsd-tdep.o \
i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \
corelow.o solib.o solib-svr4.o
-TM_FILE= tm-fbsd.h
+TM_FILE= solib.h
diff --git a/gdb/config/i386/tm-fbsd.h b/gdb/config/i386/tm-fbsd.h
deleted file mode 100644
index 98a2702..0000000
--- a/gdb/config/i386/tm-fbsd.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/* Target-dependent definitions for FreeBSD/i386.
-
- Copyright 1997, 1999, 2000, 2001, 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 "solib.h"
-
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
-
-#endif /* tm-fbsd.h */