diff options
author | YamaArashi <shadow962@live.com> | 2016-04-27 01:38:58 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-27 01:38:58 -0700 |
commit | 0fd2209ea0d16df6b320fbac167dc20d89110cb2 (patch) | |
tree | b492be075eb53a98cf7b7653882e89e0a93f2b23 /gcc/except.h | |
parent | 9dc75fe3b4be91d6066c8e870eacec954117cc08 (diff) |
remove dead dwarf-2 code
Diffstat (limited to 'gcc/except.h')
-rwxr-xr-x | gcc/except.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/except.h b/gcc/except.h index ec69912..3ea0584 100755 --- a/gcc/except.h +++ b/gcc/except.h @@ -380,11 +380,9 @@ extern void expand_fixup_region_end (tree); /* Various hooks for the DWARF 2 __throw routine. */ void expand_builtin_unwind_init (void); -rtx expand_builtin_dwarf_fp_regnum (void); #ifdef TREE_CODE rtx expand_builtin_frob_return_addr (tree); rtx expand_builtin_extract_return_addr (tree); -rtx expand_builtin_dwarf_reg_size (tree, rtx); void expand_builtin_eh_return (tree, tree, tree); #endif void expand_eh_return (void); |