diff options
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r-- | gdb/arm-tdep.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index 24f5466..edacf98 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -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; |