2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>

* arm-tdep.c: Use header file instead of extern declarations for
	the {get,set}_arm_regname* functions.
This commit is contained in:
Fernando Nasser 2000-02-17 19:51:04 +00:00
parent 6ad49cca4c
commit e8b09175c1
2 changed files with 6 additions and 10 deletions

View File

@ -1,3 +1,8 @@
2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
* arm-tdep.c: Use header file instead of extern declarations for
the {get,set}_arm_regname* functions.
2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
* configure.in: Replaces obsolete gdbtk-variable.c with

View File

@ -27,19 +27,10 @@
#include "symfile.h"
#include "gdb_string.h"
#include "coff/internal.h" /* Internal format of COFF symbols in BFD */
#include "dis-asm.h" /* For register flavors. */
extern void _initialize_arm_tdep (void);
/* From opcodes/arm-dis.c */
extern int get_arm_regname_num_options (void);
extern int set_arm_regname_option (int option);
extern int get_arm_regnames (int option, const char **setname,
const char **setdescription,
const char ***regnames);
/* Number of different reg name sets (options). */
static int num_flavor_options;