builtins.c (expand_builtin): Remove.
authorRichard Henderson <rth@redhat.com>
Sun, 4 May 2003 05:22:51 +0000 (22:22 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 4 May 2003 05:22:51 +0000 (22:22 -0700)
commit9c80ff25b7e9542a7166ac213eddfa42be5183bc
tree018bbece3152ce027c926971c2d2308d49226443
parent4d588c1434f5837f2900c32a28ca2856858e4ddc
builtins.c (expand_builtin): Remove.

        * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
        <BUILT_IN_DWARF_SP_COLUMN>: New.
        * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
        (BUILT_IN_DWARF_SP_COLUMN): New.
        * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
        (expand_builtin_dwarf_sp_column): New.
        * except.h: Update to match.
        * unwind-dw2.c (execute_stack_op): Correct stack push typo.
        (execute_cfa_program): Record location expression address
        before extracting length.
        (uw_update_context_1): Install old CFA into stack pointer column.
        (uw_init_context_1): Set cfa_reg to stack pointer column.

From-SVN: r66447
gcc/ChangeLog
gcc/builtins.c
gcc/builtins.def
gcc/dwarf2out.c
gcc/except.h
gcc/unwind-dw2.c