aboutsummaryrefslogtreecommitdiff
path: root/gdb/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/parse.c')
-rw-r--r--gdb/parse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/parse.c b/gdb/parse.c
index bd74ecd..f90cece 100644
--- a/gdb/parse.c
+++ b/gdb/parse.c
@@ -107,9 +107,9 @@ unsigned num_std_regs = (sizeof std_regs / sizeof std_regs[0]);
#endif
-/* The generic method for targets to specify how their registers are named.
- The mapping can be derived from three sources: reg_names; std_regs; or
- a target specific alias hook. */
+/* 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. */
int
target_map_name_to_register (str, len)