* NEWS: Document target described register support for PowerPC.
[deliverable/binutils-gdb.git] / include / gdb / sim-ppc.h
index 36ce927405cf7f5a3b2b2e90f66f97d2001ff16f..31343233c55182946780c3d9e2adf2a603426cb1 100644 (file)
@@ -762,6 +762,10 @@ enum
   };
 
 
+/* Return the register name for the supplied SPR number if any, or
+   NULL if none.  */
+extern const char *sim_spr_register_name (int);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.023888 seconds and 4 git commands to generate.