summaryrefslogtreecommitdiff
path: root/gcc/java/except.c
Commit message (Expand)AuthorAgeFilesLines
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-42/+24
* except.c (free_eh_ranges): Don't free `whole_range.'Alexandre Petit-Bianco2000-10-171-1/+2
* Remove obstacks.Mark Mitchell2000-10-131-8/+18
* [multiple changes]Alexandre Petit-Bianco2000-06-211-1/+1
* emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis2000-03-191-1/+1
* Fix copyrightsJeff Law2000-02-261-1/+1
* except.c (maybe_start_try): Remove excess argument to `check_start_handlers'.Kaveh R. Ghazi2000-02-101-1/+1
* * except.c (check_start_handlers): Prototype.Kaveh R. Ghazi2000-02-101-0/+1
* java-except.h (struct eh_range): Add `expanded' field.Andrew Haley2000-02-091-14/+47
* buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-211-6/+6
* expr.c (java_lang_expand_expr): Switch to permanent obstack before calling ex...Alexandre Petit-Bianco2000-01-071-0/+4
* except.c (expand_end_java_handler): Call expand_resume_after_catch and end_ca...Alexandre Petit-Bianco1999-12-061-0/+2
* * except.c (emit_handlers): Zero catch_clauses after emitting them.Mark Mitchell1999-11-251-0/+1
* check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1999-08-101-0/+4
* Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1999-07-311-0/+1
* except.c (find_handler_in_range): The upper limit for exception ranges is exc...Andrew Haley1999-06-211-2/+7
* [multiple changes]Anthony Green1999-06-021-1/+1
* java-except.h (struct eh_range): Removed unused `next' member.Tom Tromey1999-05-181-33/+125
* Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1999-03-211-2/+5
* except.c, [...] (expand_resume_after_catch): new function.Andrew Haley1999-01-251-0/+9
* Update copyrights for the last patchKaveh Ghazi1999-01-231-1/+1
* Warning fixes:Kaveh R. Ghazi1999-01-231-1/+1
* Per Bothner1998-10-121-18/+34
* Makefile.in: Add many missing dependencies.Jeffrey A Law1998-09-141-1/+2
* Initial revisionAnthony Green1998-09-061-0/+278