This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Include <ctype.h> in arm-tdep.c


FYI,

I've applied the attatched.

	Andrew
Tue Feb 29 18:09:46 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* arm-tdep.c: Include <ctype.h>.

Index: arm-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/arm-tdep.c,v
retrieving revision 1.3
diff -p -r1.3 arm-tdep.c
*** arm-tdep.c	2000/02/17 19:51:04	1.3
--- arm-tdep.c	2000/02/29 07:18:29
***************
*** 28,33 ****
--- 28,34 ----
  #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);
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]