aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog1
-rw-r--r--gdb/xm-rs6000.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1a0a5a5..484adfd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -10,6 +10,7 @@ Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
(process_xcoff_symbol case C_RSYM): Fix typo in #ifdef.
* xcoffexec.c (map_vmap): Don't allocate an objfile for the exec_file.
* Makefile.in: xcoffread.o is not built by default.
+ * xm-rs6000.h (IBM6000_HOST): Remove.
* config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.
* doc/gdbint.texinfo: Eliminate IBM6000_HOST, document
IBM6000_TARGET.
diff --git a/gdb/xm-rs6000.h b/gdb/xm-rs6000.h
index 7586f39..5ee3bdd 100644
--- a/gdb/xm-rs6000.h
+++ b/gdb/xm-rs6000.h
@@ -70,9 +70,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SETPGRP_ARGS 1
-/* Flag for machine-specific stuff in shared files. FIXME */
-#define IBM6000_HOST
-
/* /usr/include/stdlib.h always uses void* and void,
even when __STDC__ isn't defined. */
#define MALLOC_INCOMPATIBLE