gdb/
[deliverable/binutils-gdb.git] / gdb / amd64-tdep.c
index 647edcd97b90844879118211ab71004b6a533678..b39c839e2aa2bd2ac2dc701f28e3925ca27d778e 100644 (file)
@@ -129,7 +129,7 @@ static struct amd64_register_info const amd64_register_info[] =
 
 /* Return the name of register REGNUM.  */
 
-static const char *
+const char *
 amd64_register_name (int regnum)
 {
   if (regnum >= 0 && regnum < AMD64_NUM_REGS)
@@ -141,7 +141,7 @@ amd64_register_name (int regnum)
 /* Return the GDB type object for the "standard" data type of data in
    register REGNUM. */
 
-static struct type *
+struct type *
 amd64_register_type (struct gdbarch *gdbarch, int regnum)
 {
   gdb_assert (regnum >= 0 && regnum < AMD64_NUM_REGS);
This page took 0.026101 seconds and 4 git commands to generate.