diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -101,7 +101,6 @@ enum built_in_function BUILT_IN_FRAME_ADDRESS, BUILT_IN_RETURN_ADDRESS, BUILT_IN_AGGREGATE_INCOMING_ADDRESS, - BUILT_IN_CALLER_RETURN_ADDRESS, BUILT_IN_APPLY_ARGS, BUILT_IN_APPLY, BUILT_IN_RETURN, @@ -110,16 +109,13 @@ enum built_in_function BUILT_IN_TRAP, /* Various hooks for the DWARF 2 __throw routine. */ - BUILT_IN_FP, BUILT_IN_SP, BUILT_IN_UNWIND_INIT, + BUILT_IN_DWARF_CFA, BUILT_IN_DWARF_FP_REGNUM, BUILT_IN_DWARF_REG_SIZE, BUILT_IN_FROB_RETURN_ADDR, BUILT_IN_EXTRACT_RETURN_ADDR, - BUILT_IN_SET_RETURN_ADDR_REG, - BUILT_IN_EH_STUB_OLD, - BUILT_IN_EH_STUB, - BUILT_IN_SET_EH_REGS, + BUILT_IN_EH_RETURN, /* C++ extensions */ BUILT_IN_NEW, |