This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH ARM/THUMB1] unified syntax MOV with both low register emitting unpredictable code


On 11/15/11 15:13, Matthew Gretton-Dann wrote:
On 14/11/11 20:21, Thomas Klein wrote:
+ if (low_regs&& !ARM_CPU_HAS_FEATURE (selected_cpu, arm_ext_v6t2))

This test is incorrect - you want to check for arm_ext_v6, as all v6 variants whether Thumb-1 or Thumb-2 allow low registers in this instruction.


+ {

Some regression tests would be good here.

Correction and tests attached. Is this OK.

Regards
  Thomas


Attachment: diff.out
Description: Text document

Attachment: ChangeLog
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]