projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9ad93b
)
More patches from Jeff Law, plus a little cleanup of my own.
author
Ken Raeburn
<raeburn@cygnus>
Sat, 28 Aug 1993 00:12:52 +0000
(
00:12
+0000)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/bfd/hosts/hppabsd.h
b/bfd/hosts/hppabsd.h
index 534ec4ed3f85b1f284f6ef0b33831109e40c84e6..ad9660e7695125c66e44d376098cf18ffc2b0e31 100644
(file)
--- 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