projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c59ec4
)
(sparc_ip): Recognize %asr0.
author
David Edelsohn
<dje.gcc@gmail.com>
Wed, 21 Feb 1996 17:25:13 +0000
(17:25 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/gas/config/tc-sparc.c
b/gas/config/tc-sparc.c
index d06d3b3870ff85ec91c01611dd0387d9726b6fbc..ad8248b730bf678c77c8461627e47b49cf310336 100644
(file)
--- a/
gas/config/tc-sparc.c
+++ b/
gas/config/tc-sparc.c
@@
-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;
}
}