* lynx-core.c (lynx_core_file_p): Change bfd_zalloc to bfd_alloc.
[deliverable/binutils-gdb.git] / bfd / hosts / i386lynx.h
index b399533b327ac72464a55664b68e16f9415f337a..b5be30cf76ee0dfea79a572e26a8cce80f8f2ae1 100644 (file)
@@ -1,32 +1,10 @@
-/* Intel 386 running Lynx OS */
+/* Intel 386 running LynxOS */
 
 #ifndef hosts_i386lynx_h
 #define hosts_i386lynx_h
 
-#include <fcntl.h>
-#include <errno.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <string.h>
+#include "hosts/lynx.h"
 
-#include <sys/conf.h>
-#include <sys/kernel.h>
-#include <sys/mem.h>
-#include <sys/signal.h>
-#include <sys/time.h>
-#include <sys/resource.h>
-#include <sys/itimer.h>
-#include <sys/file.h>
-#include <sys/proc.h>
-
-#define        HOST_PAGE_SIZE          NBPG
 #define        HOST_MACHINE_ARCH       bfd_arch_i386
-#define        HOST_TEXT_START_ADDR    USRTEXT
-
-#define HOST_LYNX
-
-#include "fopen-same.h"
-#undef I386                    /* Lynx defines this for some reason */
 
-#endif         /* hosts_i386lynx_h */
+#endif /* hosts_i386lynx_h */
This page took 0.023765 seconds and 4 git commands to generate.