X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fexcept.h;h=99f620be0d69fa2c811c56df054be17ef40b713d;hb=5632bff570a3489804e448af25abf1db374c6762;hp=f1dbf90c2a991fe7e623d7883d9e101f8734aea4;hpb=471eff3649c0d9383213b2dfef646d0496d43e28;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/except.h b/gcc/except.h index f1dbf90c2a9..99f620be0d6 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -156,7 +156,7 @@ struct GTY(()) eh_region_d The normal way for this to happen is for there to be a CLEANUP region contained within this MUST_NOT_THROW region. Note that if the runtime handles the MUST_NOT_THROW region, we have no control over - what termination function is called; it will be decided by the + what termination function is called; it will be decided by the personality function in effect for this CIE. */ tree failure_decl; /* The location assigned to the call of FAILURE_DECL, if expanded. */ @@ -228,9 +228,6 @@ extern int doing_eh (int); loop hackery; should not be used by new code. */ extern void for_each_eh_label (void (*) (rtx)); -/* Set TREE_NOTHROW and cfun->all_throwers_are_sibcalls. */ -extern unsigned int set_nothrow_function_flags (void); - extern void init_eh (void); extern void init_eh_for_function (void);