From 343c1a964109a703b6f53d081d61fde6d91eddb5 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Wed, 17 Nov 1993 01:11:30 +0000 Subject: * 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. --- bfd/hosts/i386lynx.h | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'bfd/hosts/i386lynx.h') diff --git a/bfd/hosts/i386lynx.h b/bfd/hosts/i386lynx.h index 2c93f50..b5be30c 100644 --- a/bfd/hosts/i386lynx.h +++ b/bfd/hosts/i386lynx.h @@ -3,35 +3,8 @@ #ifndef hosts_i386lynx_h #define hosts_i386lynx_h -#include -#include -#include -#include -#include -#include +#include "hosts/lynx.h" -#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 */ -- cgit v1.1