mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
2000-11-02 Theo Honohan <th@futuretv.com>
* config/tc-arm.c (do_msr): Improve error message.
This commit is contained in:
@ -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>
|
2000-10-31 Eric Christopher <echristo@redhat.com>
|
||||||
|
|
||||||
* config/tc-mn10300.c (md_apply_fix3): Use valuep if fully resolved
|
* config/tc-mn10300.c (md_apply_fix3): Use valuep if fully resolved
|
||||||
|
@ -2180,7 +2180,7 @@ do_msr (str, flags)
|
|||||||
|
|
||||||
if (inst.instruction & ((PSR_c | PSR_x | PSR_s) << PSR_SHIFT))
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user