Include <ctype.h> for isupper().
authorAndrew Cagney <cagney@redhat.com>
Tue, 29 Feb 2000 07:23:02 +0000 (07:23 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 29 Feb 2000 07:23:02 +0000 (07:23 +0000)
gdb/ChangeLog
gdb/arm-tdep.c

index 4c4ecd5..0d85d02 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 29 18:09:46 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * arm-tdep.c: Include <ctype.h>.
+
 Tue Feb 29 17:33:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        From Wed, 23 Feb 2000 Fernando Nasser <fnasser@redhat.com>:
index edacf98..eaaa19c 100644 (file)
@@ -28,6 +28,7 @@
 #include "gdb_string.h"
 #include "coff/internal.h"     /* Internal format of COFF symbols in BFD */
 #include "dis-asm.h"           /* For register flavors. */
+#include <ctype.h>             /* for isupper () */
 
 extern void _initialize_arm_tdep (void);