From c60af619fbf8f3ce4cd6b52c3309182083d681d5 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 21 Nov 1993 21:29:46 +0000 Subject: [PATCH] Modified to be based on lynx.h, like i386 and m68k versions. --- bfd/hosts/sparclynx.h | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/bfd/hosts/sparclynx.h b/bfd/hosts/sparclynx.h index 4e5696a4d3..0a2f9f21df 100644 --- a/bfd/hosts/sparclynx.h +++ b/bfd/hosts/sparclynx.h @@ -3,35 +3,8 @@ #ifndef hosts_sparclynx_h #define hosts_sparclynx_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_sparc -#define HOST_TEXT_START_ADDR USRTEXT - -#define HOST_LYNX - -#include "fopen-same.h" - -#define FPRINTF_ALREADY_DECLARED - -/* Lynx has calloc, but no cfree, and gprof uses it. */ - -#define cfree free #endif /* hosts_sparclynx_h */ -- 2.34.1