aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-03 17:29:58 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-03 17:29:58 +0000
commit4b392b26e4abd0073f0f7509c895cb1768d7f9fc (patch)
treec226f74dd87ddd7479a10ca12972b97e00b84fbf /gdb/config/i386
parente5a52504a53dcf6bfb4ac1b94cac6a952c3da118 (diff)
downloadgdb-4b392b26e4abd0073f0f7509c895cb1768d7f9fc.zip
gdb-4b392b26e4abd0073f0f7509c895cb1768d7f9fc.tar.gz
gdb-4b392b26e4abd0073f0f7509c895cb1768d7f9fc.tar.bz2
2004-09-03 Andrew Cagney <cagney@gnu.org>
* config/rs6000/tm-rs6000-aix4.h: Delete file. * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h. * config/rs6000/aix4.mt (TM_FILE): Set to config/rs6000/tm-rs6000.h. * config/powerpc/tm-ppc-aix.h: Delete file. * config/powerpc/aix.mt (TM_FILE): Set to config/rs6000/tm-rs6000.h. * config/m68k/tm-linux.h: Delete file. * config/m68k/linux.mt (TM_FILE): Set to solib.h * config/i386/tm-linux64.h: Delete file. * config/i386/linux64.mt (TM_FILE): Set to solib.h. * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r--gdb/config/i386/linux64.mt2
-rw-r--r--gdb/config/i386/tm-linux64.h29
2 files changed, 1 insertions, 30 deletions
diff --git a/gdb/config/i386/linux64.mt b/gdb/config/i386/linux64.mt
index d082253..64baa35 100644
--- a/gdb/config/i386/linux64.mt
+++ b/gdb/config/i386/linux64.mt
@@ -2,4 +2,4 @@
TDEPFILES= amd64-tdep.o amd64-linux-tdep.o \
i386-tdep.o i387-tdep.o i386-linux-tdep.o glibc-tdep.o \
solib.o solib-svr4.o corelow.o
-TM_FILE=tm-linux64.h
+TM_FILE= solib.h
diff --git a/gdb/config/i386/tm-linux64.h b/gdb/config/i386/tm-linux64.h
deleted file mode 100644
index 1aad065..0000000
--- a/gdb/config/i386/tm-linux64.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Target-dependent definitions for GNU/Linux x86-64.
-
- Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
-
- Contributed by Michal Ludvig, SuSE Labs.
-
- 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_LINUX64_H
-#define TM_LINUX64_H
-
-#include "solib.h" /* Support for shared libraries. */
-
-#endif /* tm-linux64.h */