From fff4548bff0958dd77ee051e6b322f1c884896c9 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 13 Jun 2012 20:29:15 +0000 Subject: H.J. Lu * i386-tdep.h (i386_pseudo_register_name): New prototype. * i386-tdep.c (i386_pseudo_register_name): Make public. * amd64-tdep.h (amd64_x32_init_abi): New prototype. * amd64-tdep.c (amd64_dword_names): Add "eip". (amd64_x32_pseudo_register_type): New function (amd64_x32_init_abi): New function. --- gdb/amd64-tdep.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/amd64-tdep.h') diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h index 1ed109c..cb901cc 100644 --- a/gdb/amd64-tdep.h +++ b/gdb/amd64-tdep.h @@ -80,6 +80,8 @@ extern void amd64_displaced_step_fixup (struct gdbarch *gdbarch, struct regcache *regs); extern void amd64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch); +extern void amd64_x32_init_abi (struct gdbarch_info info, + struct gdbarch *gdbarch); /* Fill register REGNUM in REGCACHE with the appropriate floating-point or SSE register value from *FXSAVE. If REGNUM is -- cgit v1.1