diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-04 05:22:51 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-04 05:22:51 +0000 |
commit | f8f023a51bcaede59505ca67bc85280c0c53d6cb (patch) | |
tree | 018bbece3152ce027c926971c2d2308d49226443 /gcc/builtins.def | |
parent | f7237b1f3c8a68b90c3b9f026265ce9958748ba0 (diff) | |
download | gcc-f8f023a51bcaede59505ca67bc85280c0c53d6cb.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66447 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/builtins.def')
-rw-r--r-- | gcc/builtins.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/builtins.def b/gcc/builtins.def index 13aad964f02..a74673196a6 100644 --- a/gcc/builtins.def +++ b/gcc/builtins.def @@ -881,8 +881,8 @@ DEF_GCC_BUILTIN(BUILT_IN_DWARF_CFA, "__builtin_dwarf_cfa", BT_FN_PTR, ATTR_NULL) -DEF_GCC_BUILTIN(BUILT_IN_DWARF_FP_REGNUM, - "__builtin_dwarf_fp_regnum", +DEF_GCC_BUILTIN(BUILT_IN_DWARF_SP_COLUMN, + "__builtin_dwarf_sp_column", BT_FN_UNSIGNED, ATTR_NULL) DEF_GCC_BUILTIN(BUILT_IN_INIT_DWARF_REG_SIZES, |