aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-11 07:58:42 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-11 07:58:42 +0000
commit364c1151e78233692ec07caaecd53d4ff7734e78 (patch)
tree2aed71c2143841fb50a8c0d1e5f029c9611aea32 /gdb
parentdd46978997bc1b45d023f36b34fba9fe290ed887 (diff)
downloadgdb-364c1151e78233692ec07caaecd53d4ff7734e78.zip
gdb-364c1151e78233692ec07caaecd53d4ff7734e78.tar.gz
gdb-364c1151e78233692ec07caaecd53d4ff7734e78.tar.bz2
Remove IBM6000_host
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