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:
42cf6d7
)
* gasp.c: Include string.h. Put config.h before other includes.
author
Ken Raeburn
<raeburn@cygnus>
Fri, 6 Jan 1995 22:00:50 +0000
(22:00 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Fri, 6 Jan 1995 22:00:50 +0000
(22:00 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/gasp.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 80a4a12a5b403491298a6616d7033fdda6146b81..1586440672aa4eb7ef6f852d049a755708cac27d 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+Fri Jan 6 16:59:41 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+
+ * gasp.c: Include string.h. Put config.h before other includes.
+
Fri Dec 30 18:21:41 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
* listing.c (list_symbol_table): Build a format string based on
diff --git
a/gas/gasp.c
b/gas/gasp.c
index a28c770c587cead262bf0879c266c410df4cf3f4..be7260cbc1853ab05bafa55e21f8ebcae2af75ce 100644
(file)
--- a/
gas/gasp.c
+++ b/
gas/gasp.c
@@
-46,11
+46,12
@@
suitable for gas to consume.
*/
+#include "config.h"
#include <stdio.h>
+#include <string.h>
#include <getopt.h>
#include <ctype.h>
-#include "config.h"
#ifdef HAVE_STDLIB_H
#include <stdlib.h>