mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Include <ctype.h> for isupper().
This commit is contained in:
@ -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>
|
Tue Feb 29 17:33:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
From Wed, 23 Feb 2000 Fernando Nasser <fnasser@redhat.com>:
|
From Wed, 23 Feb 2000 Fernando Nasser <fnasser@redhat.com>:
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#include "gdb_string.h"
|
#include "gdb_string.h"
|
||||||
#include "coff/internal.h" /* Internal format of COFF symbols in BFD */
|
#include "coff/internal.h" /* Internal format of COFF symbols in BFD */
|
||||||
#include "dis-asm.h" /* For register flavors. */
|
#include "dis-asm.h" /* For register flavors. */
|
||||||
|
#include <ctype.h> /* for isupper () */
|
||||||
|
|
||||||
extern void _initialize_arm_tdep (void);
|
extern void _initialize_arm_tdep (void);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user