From 01619b8b80318ffe3a101b107910cb41e283a81a Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 28 Aug 1993 00:12:52 +0000 Subject: [PATCH] More patches from Jeff Law, plus a little cleanup of my own. These changes separate PA-SOM support from PA-ELF support. A sun4-x-hppaosf assembler can now be built. Include and . Do not define malloc or free. --- bfd/hosts/hppabsd.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bfd/hosts/hppabsd.h b/bfd/hosts/hppabsd.h index 534ec4ed3f8..ad9660e7695 100644 --- a/bfd/hosts/hppabsd.h +++ b/bfd/hosts/hppabsd.h @@ -9,9 +9,8 @@ #include #include #include - -extern PTR malloc PARAMS ((unsigned)); -extern void free PARAMS ((PTR)); +#include +#include #define HOST_HPPABSD -- 2.30.2