* 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 7f1f3a257cdd9ce70471566950eca2809cbaba46..7774bad78b5bdaebb3140080bb9fc388531d014c 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 ca8ac124f0dd6d870b9ee2603fd76bd7b4e8b9a7..e5801c65d5407d104f834ff47071a22aa9dd3966 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')