/* Intel 386 running Lynx OS */ #ifndef hosts_i386lynx_h #define hosts_i386lynx_h #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #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 */ /* Lynx has calloc, but no cfree, and gprof uses it. */ #define cfree free #endif /* hosts_i386lynx_h */