From: Maciej W. Rozycki Date: Mon, 15 May 2017 12:02:16 +0000 (+0100) Subject: MIPS/GAS: Update `match_const_int' description X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a54d5f8bb3eb4772a94779a5d37b644aeee72bca;p=binutils-gdb.git MIPS/GAS: Update `match_const_int' description Remove a stale reference to FALLBACK parameter from the description of `match_const_int', matching commit 1a00e61226b3 ("Remove soft_match"), . gas/ * config/tc-mips.c (match_const_int): Update description. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1c86bf169af..5b6c2e03fbf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2017-05-15 Maciej W. Rozycki + + * config/tc-mips.c (match_const_int): Update description. + 2017-05-15 Maciej W. Rozycki * doc/as.texinfo (-mips16, -no-mips16): Refer to `.module diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index e73b9c94f3e..27ce0437e78 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -4841,8 +4841,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 - in *VALUE. Use FALLBACK as the value if the match succeeded with an - error. */ + in *VALUE. */ static bfd_boolean match_const_int (struct mips_arg_info *arg, offsetT *value)