https://sourceware.org/bugzilla/show_bug.cgi?id=16694

            Bug ID: 16694
           Summary: gas does not accept ARM VFP registers in .cfi_offset
                    directives
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: hans at chromium dot org

For example, the following:

.Ltmp17:
    .cfi_offset d11, -48
.Ltmp18:
    .cfi_offset d10, -56
.Ltmp19:
    .cfi_offset d9, -64
.Ltmp20:
    .cfi_offset d8, -72

Is met with an error:

/tmp/a-e08bd9.s:148: Error: bad register expression
/tmp/a-e08bd9.s:150: Error: bad register expression
/tmp/a-e08bd9.s:152: Error: bad register expression
/tmp/a-e08bd9.s:154: Error: bad register expression


Regular r1, r2, etc. registers seem to work. It would be nice if it could
handle the VFP registers too.

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