diff options
Diffstat (limited to 'gas/config/tc-d10v.c')
-rw-r--r-- | gas/config/tc-d10v.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-d10v.c b/gas/config/tc-d10v.c index fca7b6b..f2855fc 100644 --- a/gas/config/tc-d10v.c +++ b/gas/config/tc-d10v.c @@ -275,7 +275,7 @@ md_section_align (asection *seg, valueT addr) void md_begin (void) { - char *prev_name = ""; + const char *prev_name = ""; struct d10v_opcode *opcode; d10v_hash = hash_new (); |