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

             Bug #: 14457
           Summary: Bad register name in "bad register name" error
           Product: binutils
           Version: 2.22
            Status: NEW
          Severity: minor
          Priority: P2
         Component: gas
        AssignedTo: unassig...@sourceware.org
        ReportedBy: ubiz...@gmail.com
    Classification: Unclassified


When invalid register name is part of the address, I got on x86 target:

--cut here--
        lea 0x0(%esi,%xxx,1),%esi
        lea (%xxx,%esi,1),%esi
        addl 0x0(%xxx,%esi,1),%esi
--cut here--

$ as foo.s
foo.s: Assembler messages:
foo.s:1: Error: bad register name `%xxx,1)'
foo.s:2: Error: bad register name `%xxx,%esi,1)'
foo.s:3: Error: bad register name `%xxx,%esi,1)'

-- 
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