aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/stabs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/stabs.c b/gas/stabs.c
index 6b739c7..3b56a48 100644
--- a/gas/stabs.c
+++ b/gas/stabs.c
@@ -181,7 +181,8 @@ s_stab_generic (int what,
const char * stabstr_secname)
{
long longint;
- char *string, *saved_string_obstack_end;
+ const char *string;
+ char *saved_string_obstack_end;
int type;
int other;
int desc;