MIPS/GAS: Update `match_const_int' description
authorMaciej W. Rozycki <macro@imgtec.com>
Mon, 15 May 2017 12:02:16 +0000 (13:02 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Mon, 15 May 2017 12:57:07 +0000 (13:57 +0100)
Remove a stale reference to FALLBACK parameter from the description of
`match_const_int', matching commit 1a00e61226b3 ("Remove soft_match"),
<https://sourceware.org/ml/binutils/2013-08/msg00133.html>.

gas/
* config/tc-mips.c (match_const_int): Update description.

gas/ChangeLog
gas/config/tc-mips.c

index 1c86bf169afb976f32af3c17047ed9c0889d960e..5b6c2e03fbfc84a1a6cda18ccf31548adef6b483 100644 (file)
@@ -1,3 +1,7 @@
+2017-05-15  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * config/tc-mips.c (match_const_int): Update description.
+
 2017-05-15  Maciej W. Rozycki  <macro@imgtec.com>
 
        * doc/as.texinfo (-mips16, -no-mips16): Refer to `.module
index e73b9c94f3ee284b8152c0291caf0ad4dbb9513d..27ce0437e782520e2d32303403751cc49fd497ce 100644 (file)
@@ -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)