mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
gas/
2013-04-08 Jan Beulich <jbeulich@suse.com> * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for PC-relative VSTR.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2013-04-08 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
|
* gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
|
||||||
|
PC-relative VSTR.
|
||||||
|
|
||||||
2013-04-08 Jan Beulich <jbeulich@suse.com>
|
2013-04-08 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
* gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
|
* gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
|
||||||
|
@ -15692,10 +15692,10 @@ do_neon_ldr_str (void)
|
|||||||
&& inst.operands[1].reg == REG_PC
|
&& inst.operands[1].reg == REG_PC
|
||||||
&& (ARM_CPU_HAS_FEATURE (selected_cpu, arm_ext_v7) || thumb_mode))
|
&& (ARM_CPU_HAS_FEATURE (selected_cpu, arm_ext_v7) || thumb_mode))
|
||||||
{
|
{
|
||||||
if (!thumb_mode && warn_on_deprecated)
|
if (thumb_mode)
|
||||||
as_warn (_("Use of PC here is deprecated"));
|
|
||||||
else
|
|
||||||
inst.error = _("Use of PC here is UNPREDICTABLE");
|
inst.error = _("Use of PC here is UNPREDICTABLE");
|
||||||
|
else if (warn_on_deprecated)
|
||||||
|
as_warn (_("Use of PC here is deprecated"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (inst.operands[0].issingle)
|
if (inst.operands[0].issingle)
|
||||||
|
Reference in New Issue
Block a user