From 7d8752123ac42b79c316497ef3cf1becdbed8039 Mon Sep 17 00:00:00 2001 From: Stu Grossman 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/rs6000lynx.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bfd/hosts/rs6000lynx.h (limited to 'bfd/hosts/rs6000lynx.h') diff --git a/bfd/hosts/rs6000lynx.h b/bfd/hosts/rs6000lynx.h new file mode 100644 index 0000000..16d5a5a --- /dev/null +++ b/bfd/hosts/rs6000lynx.h @@ -0,0 +1,10 @@ +/* RS6000 running LynxOS */ + +#ifndef hosts_rs6000lynx_h +#define hosts_rs6000lynx_h + +#include "hosts/lynx.h" + +#define HOST_MACHINE_ARCH bfd_arch_rs6000 + +#endif /* hosts_rs6000lynx_h */ -- cgit v1.1