.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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils