diff options
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index c7d8a6c..5331bce 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -2236,7 +2236,7 @@ rs6000_builtin_type (int typenum, struct objfile *objfile) /* Replace *OLD_NAME with the method name portion of PHYSNAME. */ static void -update_method_name_from_physname (char **old_name, char *physname) +update_method_name_from_physname (char **old_name, const char *physname) { char *method_name; |