* x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,

disassmbly_flavour): Removed.
This commit is contained in:
Mark Kettenis 2003-04-13 14:51:20 +00:00
parent 878a91906b
commit 97095916d8
2 changed files with 3 additions and 11 deletions

View File

@ -1,5 +1,8 @@
2003-04-13 Mark Kettenis <kettenis@gnu.org>
* x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
disassmbly_flavour): Removed.
* x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
2003-04-13 Mark Kettenis <kettenis@gnu.org>

View File

@ -240,17 +240,6 @@ x86_64_dwarf2_reg_to_regnum (int dw_reg)
return x86_64_dwarf2gdb_regno_map[dw_reg];
}
/* This is the variable that is set with "set disassembly-flavour", and
its legitimate values. */
static const char att_flavour[] = "att";
static const char intel_flavour[] = "intel";
static const char *valid_flavours[] = {
att_flavour,
intel_flavour,
NULL
};
static const char *disassembly_flavour = att_flavour;
/* Push the return address (pointing to the call dummy) onto the stack
and return the new value for the stack pointer. */