Remove sp_regnum_from_eax and pc_regnum_from_eax

PR backtrace/14646
	PR gdb/14647
	* i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
	pc_regnum_from_eax.
	* i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
	nor pc_regnum_from_eax.
	* amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
	nor pc_regnum_from_eax.
This commit is contained in:
H.J. Lu
2012-10-15 20:37:39 +00:00
parent a9a72a6552
commit eab09350a3
4 changed files with 11 additions and 22 deletions

View File

@@ -2943,9 +2943,6 @@ amd64_x32_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
tdesc = tdesc_x32;
tdep->tdesc = tdesc;
tdep->sp_regnum_from_eax = AMD64_RSP_REGNUM;
tdep->pc_regnum_from_eax = AMD64_RIP_REGNUM;
tdep->num_dword_regs = 17;
set_tdesc_pseudo_register_type (gdbarch, amd64_x32_pseudo_register_type);