+start-sanitize-r5900
+Fri Mar 20 09:04:13 1998 Jeffrey A Law (law@cygnus.com)
+
+ * config/tc-mips.c: Change '%' to '#' in r5900 code to avoid conflict
+ with vr5400 support.
+
+end-sanitize-r5900
Thu Mar 19 16:03:12 1998 Nick Clifton <nickc@cygnus.com>
* config/tc-arm.c (md_apply_fix3): fix code to test the range of
as_bad ("expected vi19");
continue;
- case '%': /* escape character */
- /* '%' specifies that we've got an optional suffix to this
+ case '#': /* escape character */
+ /* '#' specifies that we've got an optional suffix to this
operand that must match exactly (if it exists). */
if (*s != '\0' && *s != ','
&& *s != ' ' && *s != '\t' && *s != '\n')