mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
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:
parent
6ad49cca4c
commit
e8b09175c1
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user