diff options
-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" |