From 364c1151e78233692ec07caaecd53d4ff7734e78 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 11 Feb 1993 07:58:42 +0000 Subject: [PATCH] Remove IBM6000_host --- gdb/ChangeLog | 1 + gdb/xm-rs6000.h | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1a0a5a50193..484adfd6aa1 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 7586f39b37d..5ee3bdda984 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 -- 2.30.2