From 7d8752123ac42b79c316497ef3cf1becdbed8039 Mon Sep 17 00:00:00 2001
From: Stu Grossman <grossman@cygnus>
Date: Tue, 15 Feb 1994 01:30:25 +0000
Subject: 	* coff-rs6000.c:  Add Lynx core file support, use HOST_AIX,
 where 	appropriate. 	* rs6000-core.c:  Use HOST_AIX instead of
 COREFILES_PLEASE. 	* config/rs6000.mh:  Remove defs of ARCHIVES_PLEASE
 and 	COREFILES_PLEASE. 	* config/rs6000lynx.mh:  Turn on Lynx core
 file support. 	* hosts/rs6000.h:  #define HOST_AIX. 	* hosts/rs6000lynx.h: 
 Create this to enable Lynx host support.

---
 bfd/hosts/rs6000.h | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'bfd/hosts/rs6000.h')

diff --git a/bfd/hosts/rs6000.h b/bfd/hosts/rs6000.h
index 60f4f07..3a38968 100644
--- a/bfd/hosts/rs6000.h
+++ b/bfd/hosts/rs6000.h
@@ -1,3 +1,5 @@
+/* This file is *really* for an RS6000 running AIX... */
+
 #include <stddef.h>
 #include <fcntl.h>
 #include <errno.h>
@@ -9,6 +11,9 @@
 #include <sys/file.h>
 #include <stdlib.h>		/* for malloc() */
 
+/* Defining this variable turns on AIX core file and archive support.  */
+#define HOST_AIX
+
 #ifndef	O_ACCMODE
 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
 #endif
-- 
cgit v1.1