diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-08-28 00:12:52 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-08-28 00:12:52 +0000 |
commit | 01619b8b80318ffe3a101b107910cb41e283a81a (patch) | |
tree | 8a001bc238c76a4a2278fe6834ad6208e5ac43a0 /bfd | |
parent | d9ad93bce5cb9be821085233353cbf6baa7e1a2e (diff) | |
download | gdb-01619b8b80318ffe3a101b107910cb41e283a81a.zip gdb-01619b8b80318ffe3a101b107910cb41e283a81a.tar.gz gdb-01619b8b80318ffe3a101b107910cb41e283a81a.tar.bz2 |
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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/hosts/hppabsd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/hosts/hppabsd.h b/bfd/hosts/hppabsd.h index 534ec4e..ad9660e 100644 --- a/bfd/hosts/hppabsd.h +++ b/bfd/hosts/hppabsd.h @@ -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 |