diff options
Diffstat (limited to 'gas/config/tc-i370.c')
-rw-r--r-- | gas/config/tc-i370.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i370.c b/gas/config/tc-i370.c index 4795560..bfcc0b3 100644 --- a/gas/config/tc-i370.c +++ b/gas/config/tc-i370.c @@ -102,7 +102,7 @@ static bfd_boolean reg_names_p = TARGET_REG_NAMES_P; /* Structure to hold information about predefined registers. */ struct pd_reg { - char *name; + const char *name; int value; }; @@ -582,7 +582,7 @@ i370_elf_suffix (char **str_p, expressionS *exp_p) { struct map_bfd { - char *string; + const char *string; int length; bfd_reloc_code_real_type reloc; }; |