summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opcodes/ChangeLog6
-rw-r--r--opcodes/arc-dis.c1
-rw-r--r--opcodes/openrisc-desc.c1
-rw-r--r--opcodes/openrisc-ibld.c1
4 files changed, 6 insertions, 3 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 5690d722c7f..acd2effcd64 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-21 Bruno Haible <haible@clisp.cons.org>
+
+ * arc-dis.c: Don't include <ctype.h>.
+ * openrisc-desc.c: Likewise.
+ * openrisc-ibld.c: Likewise.
+
2001-09-20 Nick Clifton <nickc@cambridge.redhat.com>
* fr30-opc.c: Fix compile time warning messages.
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c
index e28560ed932..2bb4ae5cb6b 100644
--- a/opcodes/arc-dis.c
+++ b/opcodes/arc-dis.c
@@ -26,7 +26,6 @@
#include <string.h>
#include "opintl.h"
-#include <ctype.h>
#include <stdarg.h>
#include "arc-dis.h"
#include "arc-ext.h"
diff --git a/opcodes/openrisc-desc.c b/opcodes/openrisc-desc.c
index b56cab6ba02..08eadebb8af 100644
--- a/opcodes/openrisc-desc.c
+++ b/opcodes/openrisc-desc.c
@@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
#include "sysdep.h"
-#include <ctype.h>
#include <stdio.h>
#include <stdarg.h>
#include "ansidecl.h"
diff --git a/opcodes/openrisc-ibld.c b/opcodes/openrisc-ibld.c
index 126311ac978..b219f53d853 100644
--- a/opcodes/openrisc-ibld.c
+++ b/opcodes/openrisc-ibld.c
@@ -25,7 +25,6 @@ along with this program; if not, write to the Free Software Foundation, Inc.,
Keep that in mind. */
#include "sysdep.h"
-#include <ctype.h>
#include <stdio.h>
#include "ansidecl.h"
#include "dis-asm.h"