OSDN Git Service

Standardize header guards.
[pf3gnuchains/gcc-fork.git] / gcc / except.h
2001-05-26 rthStandardize header guards.
2001-05-17 mmitchel * except.h (protect_cleanup_actions): Remove it.
2001-05-12 rth * defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
2001-05-04 aj * except.h: Add prototype declaration for
2001-04-02 rth * except.h (lang_eh_type_covers): Mark extern.
2001-04-02 rth * except.h (expand_builtin_dwarf_fp_regnum...
2001-03-28 rthIA-64 ABI Exception Handling.
2001-03-28 rth * except.c (can_throw_internal): Rename from...
2001-03-28 rth * except.h (flag_non_call_exceptions): Move ...
2001-03-28 rthMake -fsjlj-exceptions a configure option.
2001-03-28 rth * bb-reorder.c, dwarf2out.c, except.c, except...
2000-05-28 rth * Makefile.in (resource.o): Depend on except.h.
2000-05-25 mmitchel * except.h (can_throw): Declare it.
2000-05-25 aph2000-05-25 Andrew MacLeod <amacleod@cygnus.com>
2000-03-19 loewis * emit-rtl.c (push_to_full_sequence, end_full_sequence...
2000-03-09 jason * except.c (can_throw): See through a SEQUENCE.
2000-02-26 lawCopyright fixes.
2000-01-14 ghazi * eh-common.h: PROTO -> PARAMS.
1999-12-20 cruxcurrent_function -> cfun
1999-12-12 mmitchel * except.h (struct eh_queue): Add `next' pointer.
1999-11-25 mmitchel * except.h (eh_status): Adjust documentation for x_pro...
1999-11-18 mmitchel * except.h (struct eh_entry): Add goto_entry_p.
1999-09-30 cruxUse lookup table to get register sizes in dwarf2 eh
1999-08-10 amacleodTue Aug 10 10:47:42 EDT 1999 Andrew MacLeod <amacleod...
1999-07-31 cruxBackport of GC branch patches part 1: kill eh status...
1999-01-06 lawCopyright fixes.
1998-12-09 amacleod * except.h (struct handler_info): Add handler_number...
1998-12-08 amacleodTue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod...
1998-09-15 rth * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused...
1998-09-15 amacleodTue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod...
1998-09-09 law * except.h (current_function_eh_stub_label...
1998-08-17 law * c-decl.c (init_decl_processing): Remove unnee...
1998-06-25 amacleodThu Jun 25 16:59:18 EDT 1998 Andrew MacLeod <amacleod...
1998-06-19 law * except.h (emit_unwinder, end_eh_unwinder): Removed.
1998-06-09 amacleodMinor tweaks.
1998-06-08 amacleodThu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod...
1998-05-28 amacleodFlow now removes exception regions when their handlers...
1998-05-28 meissnerMake rtx, tree types type correct if the appropriate...
1998-05-19 ghaziWarning Fixes:
1998-05-14 amacleodFirst cut of changes to utilize the new exception handl...
1998-05-13 ghaziWarning fixes:
1998-03-16 amacleod * except.h (in_same_eh_region): New prototype.
1997-12-12 jason * except.c (call_get_eh_context): Don't take a parm.
1997-12-12 jasonThu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>
1997-12-07 lawMerge from gcc-2.8
1997-12-04 jason./: * libgcc2.c (__throw): Use __builtin_return_addr...
1997-11-21 jason * except.h: Add outer_context_label_stack.
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-09-27 jason * c-decl.c (init_decl_processing): Add __builtin_dwarf...
1997-09-10 jasondwarf2 EH support
1997-05-29 mrs * except.c (push_eh_entry): Eliminate start of excepti...
1997-04-29 mrs * except.c (expand_eh_region_start_tree): Add DECL...
1997-04-23 mrsAdd setjmp/longjmp exception handling.
1996-09-15 kennermrs/manson:
1996-07-23 mrsInitial revision