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:
8d3be80
)
remove extern time() decl
author
David D. Zuhn
<zoo@cygnus>
Mon, 11 Oct 1993 21:12:37 +0000
(21:12 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Mon, 11 Oct 1993 21:12:37 +0000
(21:12 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/config/ho-sunos.h
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 63b29365645f8ccecb671f1e07b28921d97bdcc7..b278f9e5cd533933cacd55386d97a532682a6660 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+Mon Oct 11 14:11:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
+
+ * config/ho-sunos.h: remove extern time declaration
+
Mon Oct 11 16:14:43 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
* messages.c (as_fatal): Do mention that it's the assembler that
diff --git
a/gas/config/ho-sunos.h
b/gas/config/ho-sunos.h
index 2ba3360b8c4d8e471758dc46a4626bedf83357f3..8346b55c084a4e0213843c425175f4cee0c37750 100644
(file)
--- a/
gas/config/ho-sunos.h
+++ b/
gas/config/ho-sunos.h
@@
-53,7
+53,6
@@
extern int sscanf ();
extern int strcmp ();
extern int strlen ();
extern int strncmp ();
-extern int time ();
extern int ungetc ();
extern int vfprintf ();
extern int vprintf ();