diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 849ab90..4589400 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2007-03-19 Mark Mitchell <mark@codesourcery.com> + + * except.c (output_function_exception_table): Do not reference the + EH personality routine for functions that do not require an + exception table. + 2007-03-20 Jakub Jelinek <jakub@redhat.com> PR c/30762 |