diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-08-27 02:22:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-08-27 02:22:14 +0000 |
commit | 526eeb95b80954ae99a4c60fc96a669969089d9b (patch) | |
tree | ac51d1c5489ed626531d2302a5822b5802ceb9b6 /gdb | |
parent | 215bf1461e331570e8c8af2281a40ed5a643ea45 (diff) | |
download | gdb-526eeb95b80954ae99a4c60fc96a669969089d9b.zip gdb-526eeb95b80954ae99a4c60fc96a669969089d9b.tar.gz gdb-526eeb95b80954ae99a4c60fc96a669969089d9b.tar.bz2 |
From 2001-06-29 Andrew Cagney <ac131313@redhat.com>:
* config/powerpc/nbsd.mh (XM_FILE): Delete.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/config/powerpc/nbsd.mh | 1 | ||||
-rw-r--r-- | gdb/config/powerpc/xm-nbsd.h | 22 |
3 files changed, 5 insertions, 23 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8405295..b30b92e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-08-26 Andrew Cagney <ac131313@redhat.com> + + From 2001-06-29 Andrew Cagney <ac131313@redhat.com>: + * config/powerpc/nbsd.mh (XM_FILE): Delete. + 2001-08-21 Andrew Cagney <ac131313@redhat.com> * doublest.h (HOST_FLOAT_FORMAT): Delete macro. diff --git a/gdb/config/powerpc/nbsd.mh b/gdb/config/powerpc/nbsd.mh index 4232bfd..e0dccef 100644 --- a/gdb/config/powerpc/nbsd.mh +++ b/gdb/config/powerpc/nbsd.mh @@ -1,5 +1,4 @@ # Host: PowerPC, running NetBSD XDEPFILES= NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o ppcnbsd-nat.o solib.o solib-svr4.o solib-legacy.o -XM_FILE= xm-nbsd.h NAT_FILE= nm-nbsd.h diff --git a/gdb/config/powerpc/xm-nbsd.h b/gdb/config/powerpc/xm-nbsd.h deleted file mode 100644 index 36ae321..0000000 --- a/gdb/config/powerpc/xm-nbsd.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Parameters for execution on a PowerPC running NetBSD, for GDB. - Copyright 2000 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. */ - -/* Get generic NetBSD host definitions. */ -#include "xm-nbsd.h" |