(sparc_ip): Recognize %asr0.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 21 Feb 1996 17:25:13 +0000 (17:25 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 21 Feb 1996 17:25:13 +0000 (17:25 +0000)
Yes, matra really wants this.

gas/config/tc-sparc.c

index d06d3b3870ff85ec91c01611dd0387d9726b6fbc..ad8248b730bf678c77c8461627e47b49cf310336 100644 (file)
@@ -1018,9 +1018,9 @@ sparc_ip (str)
                        }
                      else
                        {
-                         if (num < 1 || 31 < num)
+                         if (num < 0 || 31 < num)
                            {
-                             error_message = ": asr number must be between 1 and 31";
+                             error_message = ": asr number must be between 0 and 31";
                              goto error;
                            }
                        }