dwarf2cfi: Unify add_fde_cfi and add_cie_cfi.
authorRichard Henderson <rth@redhat.com>
Sat, 9 Jul 2011 20:26:43 +0000 (13:26 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 9 Jul 2011 20:26:43 +0000 (13:26 -0700)
commit3edb53aaaeae895cca4bbc644e6d37558d0cb664
treeadab4c9d686df8016920bb1911b5b9147cef0d20
parentded49a7f6c1027557819ec66d8d8d258f575add3
dwarf2cfi: Unify add_fde_cfi and add_cie_cfi.

        * dwarf2cfi.c (add_cfi_vec): New.
        (add_cfi): Rename from add_fde_cfi.  Add the element to add_cfi_vec.
        (def_cfa_1, reg_save): Remove for_cie argument.  Update all callers.
        (execute_dwarf2_frame): Set add_cfi_vec.

From-SVN: r176095
gcc/ChangeLog
gcc/dwarf2cfi.c
gcc/dwarf2out.c