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:
3ed9691
)
2000-11-02 Theo Honohan <th@futuretv.com>
author
Phil Blundell
<philb@gnu.org>
Thu, 2 Nov 2000 15:10:57 +0000
(15:10 +0000)
committer
Phil Blundell
<philb@gnu.org>
Thu, 2 Nov 2000 15:10:57 +0000
(15:10 +0000)
* config/tc-arm.c (do_msr): Improve error message.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-arm.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 881bd1f35fed500ce3409d60859611d5e6928c57..904db39954e7b5c93e8dcfd7ded7aaeaa72f6cd1 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2000-11-02 Theo Honohan <th@futuretv.com>
+
+ * config/tc-arm.c (do_msr): Improve error message.
+
2000-10-31 Eric Christopher <echristo@redhat.com>
* config/tc-mn10300.c (md_apply_fix3): Use valuep if fully resolved
diff --git
a/gas/config/tc-arm.c
b/gas/config/tc-arm.c
index fd83a42af70a33c2d0a7f5ba22a10ca15bdd697d..6f27c64843a2af6f7ba5b491e1bfc695b903d179 100644
(file)
--- a/
gas/config/tc-arm.c
+++ b/
gas/config/tc-arm.c
@@
-2180,7
+2180,7
@@
do_msr (str, flags)
if (inst.instruction & ((PSR_c | PSR_x | PSR_s) << PSR_SHIFT))
{
- inst.error = _("
can only set flag field
with immediate value");
+ inst.error = _("
only flag field of psr can be set
with immediate value");
return;
}