* config/tc-openrisc.c: Don't include <ctype.h>.
This commit is contained in:
parent
c4d82c9662
commit
7146a6f592
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include "as.h"
|
||||
#include "subsegs.h"
|
||||
#include "symcat.h"
|
||||
|
|
Loading…
Reference in a new issue