aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-09-21 12:34:40 +0000
committerAlan Modra <amodra@gmail.com>2001-09-21 12:34:40 +0000
commit7146a6f592f1a3ee5702c83b871a23e7845f5266 (patch)
treee7b640cd0b689e712a07ed1eb28808663531598c /gas
parentc4d82c9662784ced09a5dd0ab93afb17b9c0dce6 (diff)
downloadgdb-7146a6f592f1a3ee5702c83b871a23e7845f5266.zip
gdb-7146a6f592f1a3ee5702c83b871a23e7845f5266.tar.gz
gdb-7146a6f592f1a3ee5702c83b871a23e7845f5266.tar.bz2
* config/tc-openrisc.c: Don't include <ctype.h>.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-openrisc.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index d27b41e..42198b9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-21 Bruno Haible <haible@clisp.cons.org>
+
+ * config/tc-openrisc.c: Don't include <ctype.h>.
+
2001-09-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
* gas/config/tc-s390.c: Add option -mwarn-areg-zero.
diff --git a/gas/config/tc-openrisc.c b/gas/config/tc-openrisc.c
index 1aae4b4..473ca73 100644
--- a/gas/config/tc-openrisc.c
+++ b/gas/config/tc-openrisc.c
@@ -20,7 +20,6 @@
Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#include <ctype.h>
#include "as.h"
#include "subsegs.h"
#include "symcat.h"