diff options
Diffstat (limited to 'gas/config/tc-h8500.c')
-rw-r--r-- | gas/config/tc-h8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c index 4cd741d..0379f71 100644 --- a/gas/config/tc-h8500.c +++ b/gas/config/tc-h8500.c @@ -58,7 +58,7 @@ const pseudo_typeS md_pseudo_table[] = {0, 0, 0} }; -int md_reloc_size; +const int md_reloc_size; const char EXP_CHARS[] = "eE"; |