diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-12-10 23:07:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-12-10 23:07:24 +0000 |
commit | d70a61e74c649e3b3d64b821f5f5415e45febaf4 (patch) | |
tree | b07faa38ea128606f29277767e5bc616ad727b10 /gdb/core-aout.c | |
parent | 986b3b988a0d2418ced8f7d75158624673481b83 (diff) | |
download | binutils-gdb-d70a61e74c649e3b3d64b821f5f5415e45febaf4.tar.gz |
CARP:
More replace reg_name[] with REGISTER_NAME().
Diffstat (limited to 'gdb/core-aout.c')
-rw-r--r-- | gdb/core-aout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/core-aout.c b/gdb/core-aout.c index 49cab6349ab..3c1d499256e 100644 --- a/gdb/core-aout.c +++ b/gdb/core-aout.c @@ -104,7 +104,7 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr) } if (bad_reg >= 0) - error ("Register %s not found in core file.", reg_names[bad_reg]); + error ("Register %s not found in core file.", REGISTER_NAME (bad_reg)); } |