projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5851ab
)
made regname function const char *
author
Grace Sainsbury
<graces@redhat.com>
Wed, 26 Jun 2002 15:27:48 +0000
(15:27 +0000)
committer
Grace Sainsbury
<graces@redhat.com>
Wed, 26 Jun 2002 15:27:48 +0000
(15:27 +0000)
gdb/remote-est.c
patch
|
blob
|
history
diff --git
a/gdb/remote-est.c
b/gdb/remote-est.c
index 86310e9033d8a4aa5f42aea80922f8b005476186..0a1d7af60c222e6cdbc7a0f17a1dab33e44b79e8 100644
(file)
--- 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 c
onst c
har *
est_regname (int index)
{