import gdb-1999-05-25 snapshot
[deliverable/binutils-gdb.git] / gdb / parser-defs.h
index 3226fdd8ad1dce34efd4f22d26ddffbbf8a15fe6..f417692e2d6e9602cba2d740519b04a68f776b37 100644 (file)
@@ -195,4 +195,10 @@ struct op_print
   int right_assoc;
 };
 
+/* The generic method for targets to specify how their registers are
+   named.  The mapping can be derived from three sources:
+   REGISTER_NAME; std_regs; or a target specific alias hook. */
+
+extern int target_map_name_to_register PARAMS ((char *, int));
+
 #endif /* PARSER_DEFS_H */
This page took 0.022928 seconds and 4 git commands to generate.