* config/tc-mips.c: Change '%' to '#' in r5900 code to avoid conflict
authorJeff Law <law@redhat.com>
Fri, 20 Mar 1998 16:04:15 +0000 (16:04 +0000)
committerJeff Law <law@redhat.com>
Fri, 20 Mar 1998 16:04:15 +0000 (16:04 +0000)
        with vr5400 support.

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

index 7f1f3a2..7774bad 100644 (file)
@@ -1,3 +1,10 @@
+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
index ca8ac12..e5801c6 100644 (file)
@@ -7203,8 +7203,8 @@ mips_ip (str, ip)
                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')