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:
6380e4d
)
config/ho-sysv.h (realloc): Declare.
author
Ken Raeburn
<raeburn@cygnus>
Wed, 13 Jul 1994 01:28:47 +0000
(
01:28
+0000)
committer
Ken Raeburn
<raeburn@cygnus>
Wed, 13 Jul 1994 01:28:47 +0000
(
01:28
+0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/ho-sysv.h
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 21a517486b52389bcb1674bf36d71e6ea1d56ba5..d25a0e683ba2a8c359bf0359116838abc0cdb5a8 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+Tue Jul 12 21:27:05 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * config/ho-sysv.h (realloc): Declare.
+
Tue Jul 12 12:06:42 1994 Kung Hsu (kung@x1.cygnus.com)
* config/obj-ecoff.h: change calling interface of
diff --git
a/gas/config/ho-sysv.h
b/gas/config/ho-sysv.h
index ba6955820e0b1601bd8373d8c508a12b3dc731a2..62aacf203831c61ea0a2cd00347896d8c2da3a7a 100644
(file)
--- a/
gas/config/ho-sysv.h
+++ b/
gas/config/ho-sysv.h
@@
-19,6
+19,6
@@
#include <string.h>
extern int free ();
-extern char *malloc ();
+extern char *malloc ()
, *realloc ()
;
/* end of ho-sysv.h */