diff options
Diffstat (limited to 'gas/config/tc-sh64.c')
-rw-r--r-- | gas/config/tc-sh64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-sh64.c b/gas/config/tc-sh64.c index 294f96b..4de044c 100644 --- a/gas/config/tc-sh64.c +++ b/gas/config/tc-sh64.c @@ -1473,7 +1473,7 @@ shmedia_check_limits (offsetT *valp, bfd_reloc_code_real_type reloc, { offsetT val = *valp; - char *msg = NULL; + const char *msg = NULL; switch (reloc) { |