bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/4657] New: .req does no allo upper case letter for register nam


From: axelheider at gmx dot de
Subject: [Bug gas/4657] New: .req does no allo upper case letter for register name
Date: 18 Jun 2007 10:27:04 -0000

.req does no allow upper case letter for register name, this causes an error, 

This causes an error:

MyRegister1 .req r0
MyRegister2 .req r1
MOV MyRegister1,MyRegister2,#0

This works fine 

myregister1 .req r0
myregister2 .req r1
MOV myregister1,myregister2,#0

-- 
           Summary: .req does no allo upper case letter for register name
           Product: binutils
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: axelheider at gmx dot de
                CC: bug-binutils at gnu dot org
  GCC host triplet: i386/cygwin
GCC target triplet: ARM


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]