old-cross-binutils/bfd/hosts/i386lynx.h
Stu Grossman 343c1a9641 * lynx-core.c (lynx_core_file_p): Change bfd_zalloc to bfd_alloc.
* m68klynx.c:  Define core file macros.
	* hosts/i386lynx.h, hosts/m68klynx.h, hosts/lynx.h:  Move all
	non-architecture specific stuff into lynx.h.
1993-11-17 01:11:30 +00:00

10 lines
179 B
C

/* Intel 386 running LynxOS */
#ifndef hosts_i386lynx_h
#define hosts_i386lynx_h
#include "hosts/lynx.h"
#define HOST_MACHINE_ARCH bfd_arch_i386
#endif /* hosts_i386lynx_h */