diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-02 22:37:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-02 22:37:41 +0000 |
commit | b80fd2d66219e7eaccf09e7c825d4f3c0f6c3930 (patch) | |
tree | e0e677ab5c5d452fe7a8dd4e64d3c0bc0710986e /gdb/config/pa | |
parent | 2063357a316c7911ea6d5261ad30c9c4daf73e65 (diff) | |
download | gdb-b80fd2d66219e7eaccf09e7c825d4f3c0f6c3930.tar.gz |
2004-09-02 Andrew Cagney <cagney@gnu.org>
* config/vax/nbsd.mt (TM_FILE): Set to solib.h.
* config/vax/tm-nbsd.h: Delete file.
* config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
* config/sparc/tm-vxworks.h: Delete file.
* config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
* config/sparc/tm-nbsd.h: Delete file.
* config/sparc/linux64.mt (TM_FILE): Set to solib.h.
* config/sparc/linux.mt (TM_FILE): Set to solib.h.
* config/sparc/tm-linux.h: Delete file.
* config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
* config/s390/tm-linux.h: Delete file.
* config/pa/obsd.mt (TM_FILE): Set to solib.h.
* config/pa/tm-bsd.h: Delete file.
* config/m68k/obsd.mt (TM_FILE): Set to solib.h.
* config/m68k/tm-obsd.h: Delete file.
* config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
* config/m68k/tm-nbsd.h: Delete file.
* config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
* config/i386/tm-vxworks.h: Delete file.
* config/i386/obsd64.mt (TM_FILE): Set to solib.h.
* config/i386/obsd.mt (TM_FILE): Set to solib.h.
* config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
* config/i386/nbsd.mt (TM_FILE): Set to solib.h.
* config/i386/tm-nbsd.h: Delete file.
* config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
* config/i386/tm-i386lynx.h: Delete file.
* config/cris/cris.mt (TM_FILE): Set to solib.h.
* config/cris/tm-cris.h: Delete file.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/obsd.mt | 2 | ||||
-rw-r--r-- | gdb/config/pa/tm-bsd.h | 28 |
2 files changed, 1 insertions, 29 deletions
diff --git a/gdb/config/pa/obsd.mt b/gdb/config/pa/obsd.mt index 1b1df18854a..6366f641bb3 100644 --- a/gdb/config/pa/obsd.mt +++ b/gdb/config/pa/obsd.mt @@ -1,3 +1,3 @@ # Target: OpenBSD/hppa TDEPFILES= hppa-tdep.o hppabsd-tdep.o corelow.o solib.o solib-svr4.o -TM_FILE= tm-bsd.h +TM_FILE= solib.h diff --git a/gdb/config/pa/tm-bsd.h b/gdb/config/pa/tm-bsd.h deleted file mode 100644 index ebd5e9f1d16..00000000000 --- a/gdb/config/pa/tm-bsd.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Target-dependent definitions for HP PA-RISC BSD's. - - Copyright 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_BSD_H -#define TM_BSD_H - -/* Shared library support. */ -#include "solib.h" - -#endif /* tm-bsd.h */ |