diff options
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r-- | gdb/config/m68k/linux.mt | 2 | ||||
-rw-r--r-- | gdb/config/m68k/tm-linux.h | 23 |
2 files changed, 1 insertions, 24 deletions
diff --git a/gdb/config/m68k/linux.mt b/gdb/config/m68k/linux.mt index 4217133..75e5db2 100644 --- a/gdb/config/m68k/linux.mt +++ b/gdb/config/m68k/linux.mt @@ -1,3 +1,3 @@ # Target: Motorola m68k with a.out and ELF TDEPFILES= m68k-tdep.o m68klinux-tdep.o solib.o solib-svr4.o solib-legacy.o -TM_FILE= tm-linux.h +TM_FILE= solib.h diff --git a/gdb/config/m68k/tm-linux.h b/gdb/config/m68k/tm-linux.h deleted file mode 100644 index 7892e60..0000000 --- a/gdb/config/m68k/tm-linux.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Definitions to target GDB to GNU/Linux on m680x0. - - Copyright 1996, 1998, 1999, 2000, 2002, 2003 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. */ - -#include "solib.h" /* Support for shared libraries. */ |