aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-rx.c')
-rw-r--r--gas/config/tc-rx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-rx.c b/gas/config/tc-rx.c
index 91d4828..b74ee72 100644
--- a/gas/config/tc-rx.c
+++ b/gas/config/tc-rx.c
@@ -108,7 +108,7 @@ size_t md_longopts_size = sizeof (md_longopts);
struct cpu_type
{
- char *cpu_name;
+ const char *cpu_name;
int type;
};
@@ -1223,7 +1223,7 @@ md_number_to_chars (char * buf, valueT val, int n)
static struct
{
- char * fname;
+ const char * fname;
int reloc;
}
reloc_functions[] =