summaryrefslogtreecommitdiff
path: root/gdb/remote-est.c
diff options
context:
space:
mode:
authorGrace Sainsbury <graces@redhat.com>2002-06-26 15:27:48 +0000
committerGrace Sainsbury <graces@redhat.com>2002-06-26 15:27:48 +0000
commitb4bf7e8071393bd0ff9fca7f4b0ef86cd2bf748b (patch)
treebf0125783255d684c481dc86ebf745145d3d7b87 /gdb/remote-est.c
parent7fbe7183ee75ab23bb3e694728c9e11b7da6e996 (diff)
downloadgdb-b4bf7e8071393bd0ff9fca7f4b0ef86cd2bf748b.tar.gz
made regname function const char *
Diffstat (limited to 'gdb/remote-est.c')
-rw-r--r--gdb/remote-est.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-est.c b/gdb/remote-est.c
index 86310e9033d..0a1d7af60c2 100644
--- a/gdb/remote-est.c
+++ b/gdb/remote-est.c
@@ -76,7 +76,7 @@ est_supply_register (char *regname, int regnamelen, char *val, int vallen)
* registers either. So, typing "info reg sp" becomes a "r30".
*/
-static char *
+static const char *
est_regname (int index)
{