diff options
Diffstat (limited to 'gcc/config/i860/fx2800.h')
-rw-r--r-- | gcc/config/i860/fx2800.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i860/fx2800.h b/gcc/config/i860/fx2800.h index 3031611bc53..e86a91e2c2a 100644 --- a/gcc/config/i860/fx2800.h +++ b/gcc/config/i860/fx2800.h @@ -100,7 +100,8 @@ Boston, MA 02111-1307, USA. */ sets long & unsigned long in 18 & 19, not in 100 & 101 as shown above. */ #define DBX_OUTPUT_STANDARD_TYPES(syms) \ -{ char *dtyps[]={"", "char", "short int", "int", "logical*1", \ +{ static const char *const dtyps[] = { \ + "", "char", "short int", "int", "logical*1", \ "logical*2", "logical*4", "float", "double", "complex", \ "doublecomplex", "character", "void", "nil", "boolean", \ "unsigned char", "short unsigned int", "unsigned int", \ |