diff options
Diffstat (limited to 'gas/config/tc-frv.c')
-rw-r--r-- | gas/config/tc-frv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-frv.c b/gas/config/tc-frv.c index c9aacf8..24baa96 100644 --- a/gas/config/tc-frv.c +++ b/gas/config/tc-frv.c @@ -262,7 +262,7 @@ size_t md_longopts_size = sizeof (md_longopts); static int g_switch_value = 8; int -md_parse_option (int c, char *arg) +md_parse_option (int c, const char *arg) { switch (c) { @@ -337,7 +337,7 @@ md_parse_option (int c, char *arg) case OPTION_CPU: { - char *p; + const char *p; int cpu_flags = EF_FRV_CPU_GENERIC; /* Identify the processor type */ |