summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* except.c (push_eh_entry): Eliminate start of exception region label, as it is...Mike Stump1997-05-291-17/+18
* except.c (expand_start_all_catch): If the machine needs to perform any action...Mike Stump1997-05-161-0/+12
* except.c (expand_start_all_catch): If the machine needs a nonlocal_goto_recei...Mike Stump1997-05-131-0/+12
* except.c (start_dynamic_handler): Fix so that we can use __builtin_setjmp...Mike Stump1997-05-071-7/+11
* except.c (expand_eh_region_start_tree): Add DECL argument so we can better tr...Mike Stump1997-04-291-37/+21
* Add setjmp/longjmp exception handling.Mike Stump1997-04-231-117/+627
* except.c (find_exception_handler_labels): Initialize label array with zeroes.Mike Stump1997-02-071-45/+46
* Updates from Bob.Mike Stump1996-10-291-57/+192
* Manson: Doc +Richard Kenner1996-09-141-194/+479
* (add_eh_table_entry): Multiply realloc size by sizeof int.Jim Wilson1996-08-291-1/+2
* libgcc2.c (__throw): New routine.Mike Stump1996-08-161-3/+12
* Oops.Mike Stump1996-07-261-0/+1
* Initial revisionMike Stump1996-07-231-0/+1139