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:
bf8d9d2
)
* gasp.c: Include host.h.
author
Steve Chamberlain
<sac@cygnus>
Tue, 1 Feb 1994 18:58:32 +0000
(18:58 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Tue, 1 Feb 1994 18:58:32 +0000
(18:58 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/gasp.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index f1edff3a1ede639493f9b2078780cdd2dfaa8774..5e166efabcb4e2af015832245a11142d34581a7d 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+Tue Feb 1 10:50:17 1994 Steve Chamberlain (sac@jonny.cygnus.com)
+
+ * gasp.c: Include host.h.
+
Tue Feb 1 12:13:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* config/obj-coff.c (dot_text_symbol, dot_data_symbol,
diff --git
a/gas/gasp.c
b/gas/gasp.c
index dab30def534d2646022f41e298edf3fd0096e282..0d876b397bfc7d2c0369e0a63edd144f485ee7c6 100644
(file)
--- a/
gas/gasp.c
+++ b/
gas/gasp.c
@@
-34,7
+34,7
@@
suitable for gas to consume.
#include <stdio.h>
-#include
<stdlib.h>
+#include
"host.h"
extern char *malloc ();