aboutsummaryrefslogtreecommitdiff
path: root/gdb
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
commite5014cdae227efbff90d0d95443dea69d2c0f688 (patch)
tree66eaff3fc8bcd4f490af0b004fd7cd8450397805 /gdb
parente5851ab835ef11b60f3edf5edf2207af8505fa22 (diff)
downloadgdb-e5014cdae227efbff90d0d95443dea69d2c0f688.zip
gdb-e5014cdae227efbff90d0d95443dea69d2c0f688.tar.gz
gdb-e5014cdae227efbff90d0d95443dea69d2c0f688.tar.bz2
made regname function const char *
Diffstat (limited to 'gdb')
-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 86310e9..0a1d7af 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)
{