[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/15138] New: thumb2 ldr insn incorrectly rejected
From: |
rth at gcc dot gnu.org |
Subject: |
[Bug gas/15138] New: thumb2 ldr insn incorrectly rejected |
Date: |
Tue, 12 Feb 2013 21:10:38 +0000 |
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: address@hidden
ReportedBy: address@hidden
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 gas/15138] New: thumb2 ldr insn incorrectly rejected,
rth at gcc dot gnu.org <=