http://sourceware.org/bugzilla/show_bug.cgi?id=15138

             Bug #: 15138
           Summary: thumb2 ldr insn incorrectly rejected
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: unassig...@sourceware.org
        ReportedBy: r...@gcc.gnu.org
    Classification: Unclassified


.thumb
    .arch armv6t2
    ldr    r2, [lr, r2]
    .inst    0b11111000010111100010000000000010

The insn on line 3 can be encoded using form T2,
as shown by the bit pattern on line 3.  However,
it is rejected with

z.s:3: Error: lo register required -- `ldr r2,[lr,r2]'

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to