diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-04-26 09:03:01 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1999-04-26 09:03:01 -0700 |
commit | 641be6fea8860669fb0535babeab8cfbe17b8413 (patch) | |
tree | 2c6e2e751e3bceb29e9cdd83a37a5c0a97585d4a /gcc | |
parent | 6c3fce735239d604f578c2a3a51fdb172cec98db (diff) | |
download | gcc-641be6fea8860669fb0535babeab8cfbe17b8413.zip gcc-641be6fea8860669fb0535babeab8cfbe17b8413.tar.gz gcc-641be6fea8860669fb0535babeab8cfbe17b8413.tar.bz2 |
toplev.c (compile_file): Move call to check_global_declarations after output_exception_table to restore...
�
* toplev.c (compile_file): Move call to check_global_declarations
after output_exception_table to restore behavior as it was before
1999-04-22 change.
From-SVN: r26658
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9258736..59dd0d3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 26 15:27:33 1999 Mark Mitchell <mark@codesourcery.com> + + * toplev.c (compile_file): Move call to check_global_declarations + after output_exception_table to restore behavior as it was before + 1999-04-22 change. + 1999-04-26 10:50 -0700 Bruce Korb <ddsinc09@ix.netcom.com> * fixinc/fixincl.c: Improve the handling of child process exits |