diff options
Diffstat (limited to 'gcc/config/m68k/m68k.c')
-rw-r--r-- | gcc/config/m68k/m68k.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 3a832ffbc4c..a83168afe14 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -3049,7 +3049,7 @@ static const char *const strings_68881[7] = { "1e16" }; -int codes_68881[7] = { +static const int codes_68881[7] = { 0x0f, 0x32, 0x33, @@ -3216,7 +3216,7 @@ static const char *const strings_FPA[38] = { }; -int codes_FPA[38] = { +static const int codes_FPA[38] = { /* small rationals */ 0x200, 0xe, |