More patches from Jeff Law, plus a little cleanup of my own.
authorKen Raeburn <raeburn@cygnus>
Sat, 28 Aug 1993 00:12:52 +0000 (00:12 +0000)
committerKen Raeburn <raeburn@cygnus>
Sat, 28 Aug 1993 00:12:52 +0000 (00:12 +0000)
These changes separate PA-SOM support from PA-ELF support.
A sun4-x-hppaosf assembler can now be built.

Include <stdlib.h> and <unistd.h>.  Do not define malloc or free.

bfd/hosts/hppabsd.h

index 534ec4ed3f85b1f284f6ef0b33831109e40c84e6..ad9660e7695125c66e44d376098cf18ffc2b0e31 100644 (file)
@@ -9,9 +9,8 @@
 #include <ctype.h>
 #include <string.h>
 #include <sys/file.h>
-
-extern PTR  malloc PARAMS ((unsigned));
-extern void free   PARAMS ((PTR));
+#include <stdlib.h>
+#include <unistd.h>
 
 #define HOST_HPPABSD