[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/12206] New: Unified syntax does not allow certain simplified so
From: |
aandw at olympus dot net |
Subject: |
[Bug gas/12206] New: Unified syntax does not allow certain simplified source statements. |
Date: |
Wed, 10 Nov 2010 19:13:16 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=12206
Summary: Unified syntax does not allow certain simplified
source statements.
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: gas
AssignedTo: address@hidden
ReportedBy: address@hidden
When the target is an ARM v7M Cortex-M3 core (Thumb mode only) and unified
syntax is specified (.syntax unified), statements of the form
ADD Rd,Rn,Rm,<shift>
cannot be specified in the following simplified form if Rd equals Rn.
ADD Rn, Rm,<shift>
For example ADD R0,R0,R1,LSR #10 cannot be simplified to ADD R0,R1,LSR #10.
ARM document DDI0403D does not prohibit the simplifed form if <shift> is
specified even though only the T3 encoding is allowed.
--
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gas/12206] New: Unified syntax does not allow certain simplified source statements.,
aandw at olympus dot net <=