aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/except.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-42/+24
2000-10-17except.c (free_eh_ranges): Don't free `whole_range.'Alexandre Petit-Bianco1-1/+2
2000-10-13Remove obstacks.Mark Mitchell1-8/+18
2000-06-21[multiple changes]Alexandre Petit-Bianco1-1/+1
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis1-1/+1
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-10except.c (maybe_start_try): Remove excess argument to `check_start_handlers'.Kaveh R. Ghazi1-1/+1
2000-02-10* except.c (check_start_handlers): Prototype.Kaveh R. Ghazi1-0/+1
2000-02-09java-except.h (struct eh_range): Add `expanded' field.Andrew Haley1-14/+47
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-6/+6
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before calling ex...Alexandre Petit-Bianco1-0/+4
1999-12-06except.c (expand_end_java_handler): Call expand_resume_after_catch and end_ca...Alexandre Petit-Bianco1-0/+2
1999-11-25* except.c (emit_handlers): Zero catch_clauses after emitting them.Mark Mitchell1-0/+1
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi1-0/+4
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-0/+1
1999-06-21except.c (find_handler_in_range): The upper limit for exception ranges is exc...Andrew Haley1-2/+7
1999-06-02[multiple changes]Anthony Green1-1/+1
1999-05-18java-except.h (struct eh_range): Removed unused `next' member.Tom Tromey1-33/+125
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-2/+5
1999-01-25except.c, [...] (expand_resume_after_catch): new function.Andrew Haley1-0/+9
1999-01-23Update copyrights for the last patchKaveh Ghazi1-1/+1
1999-01-23Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-12Per Bothner1-18/+34
1998-09-14Makefile.in: Add many missing dependencies.Jeffrey A Law1-1/+2
1998-09-06Initial revisionAnthony Green1-0/+278