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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
There is a way, just emit one of the following.

    if (i->insn == DW_CFA_advance_loc
        || i->insn == DW_CFA_remember_state
        || i->insn == CFI_escape
        || i->insn == CFI_val_encoded_addr
        || i->insn == CFI_label)

Not very tidy, I admit.  I'm wondering though if the fact you can put initial
instructions into the CIE is more a feature than a bug?

What were you wanting to put into the FDE?

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