diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-21 12:34:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-21 12:34:40 +0000 |
commit | 7146a6f592f1a3ee5702c83b871a23e7845f5266 (patch) | |
tree | e7b640cd0b689e712a07ed1eb28808663531598c | |
parent | c4d82c9662784ced09a5dd0ab93afb17b9c0dce6 (diff) | |
download | fsf-binutils-gdb-7146a6f592f1a3ee5702c83b871a23e7845f5266.zip fsf-binutils-gdb-7146a6f592f1a3ee5702c83b871a23e7845f5266.tar.gz fsf-binutils-gdb-7146a6f592f1a3ee5702c83b871a23e7845f5266.tar.bz2 |
* config/tc-openrisc.c: Don't include <ctype.h>.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-openrisc.c | 1 |
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" |