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 <stdlib.h> and <unistd.h>.  Do not define malloc or free.
This commit is contained in:
Ken Raeburn 1993-08-28 00:12:52 +00:00
parent d9ad93bce5
commit 01619b8b80

View 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