gdb/
[deliverable/binutils-gdb.git] / gdb / amd64-tdep.h
index f2670af2f69e6cd1b0c194357a4259827448250d..0fc0f5b11eec2a6ce1221230f774ef6ef28df756 100644 (file)
@@ -64,6 +64,12 @@ enum amd64_regnum
 
 extern void amd64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch);
 
+/* Functions from amd64-tdep.c which may be needed on architectures
+   with extra registers.  */
+
+extern const char *amd64_register_name (int regnum);
+extern struct type *amd64_register_type (struct gdbarch *gdbarch, int regnum);
+
 /* Fill register REGNUM in REGCACHE with the appropriate
    floating-point or SSE register value from *FXSAVE.  If REGNUM is
    -1, do this for all registers.  This function masks off any of the
This page took 0.032273 seconds and 4 git commands to generate.