diff options
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 4eeb5ee..3804df2 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -4897,7 +4897,7 @@ match_expression (struct mips_arg_info *arg, expressionS *value, } /* Try to get a constant expression from the next tokens in ARG. Consume - the tokens and return return true on success, storing the constant value + the tokens and return true on success, storing the constant value in *VALUE. */ static bfd_boolean @@ -15314,7 +15314,7 @@ fix_bad_misaligned_jump_p (fixS *fixP, int shift) We accept BFD_RELOC_16_PCREL_S2 relocations against MIPS16 and microMIPS symbols or BFD_RELOC_MICROMIPS_16_PCREL_S1 relocations against regular MIPS symbols and associated with BAL instructions as these instructions - may be be converted to JALX by the linker. */ + may be converted to JALX by the linker. */ static bfd_boolean fix_bad_cross_mode_branch_p (fixS *fixP) |