bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/16694] New: gas does not accept ARM VFP registers in .cfi_offse


From: hans at chromium dot org
Subject: [Bug gas/16694] New: gas does not accept ARM VFP registers in .cfi_offset directives
Date: Wed, 12 Mar 2014 03:50:56 +0000

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.



reply via email to

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