]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* arc-dis.c: Don't include <ctype.h>.
authorAlan Modra <amodra@gmail.com>
Fri, 21 Sep 2001 12:36:56 +0000 (12:36 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 21 Sep 2001 12:36:56 +0000 (12:36 +0000)
* openrisc-desc.c: Likewise.
* openrisc-ibld.c: Likewise.

opcodes/ChangeLog
opcodes/arc-dis.c
opcodes/openrisc-desc.c
opcodes/openrisc-ibld.c

index 5690d722c7fbee2eccb2838784d51b545e29f177..acd2effcd64ac6886cc8632bca880b6611e2e3c9 100644 (file)
@@ -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.
index e28560ed932bec0db14198b0eec9bdfbe7980078..2bb4ae5cb6b198d5a915a1439a84e450f7b0dfac 100644 (file)
@@ -26,7 +26,6 @@
 #include <string.h>
 #include "opintl.h"
 
-#include <ctype.h>
 #include <stdarg.h>
 #include "arc-dis.h"
 #include "arc-ext.h"
index b56cab6ba0231f715b6d94109ca9040265777815..08eadebb8afb24ed360d0cf02663ad060ebfeacb 100644 (file)
@@ -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"
index 126311ac978d4f0a1ac8a5670ec3a2c672e3cf12..b219f53d853216e467ded37309b15f439f872082 100644 (file)
@@ -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"