diff options
author | Dave Korn <davek@gcc.gnu.org> | 2007-04-02 08:27:37 +0000 |
---|---|---|
committer | Dave Korn <davek@gcc.gnu.org> | 2007-04-02 08:27:37 +0000 |
commit | ae65d5121999f4928041cd3f24220442109483d9 (patch) | |
tree | 8b7070b54fdb9d096786b9b0ed4ea25e824b8b00 | |
parent | f71e957e409cb2b55542578a2e4f3f88d99ad836 (diff) | |
download | gcc-ae65d5121999f4928041cd3f24220442109483d9.zip gcc-ae65d5121999f4928041cd3f24220442109483d9.tar.gz gcc-ae65d5121999f4928041cd3f24220442109483d9.tar.bz2 |
ChangeLog: Fixed trivial whitespace formatting error.
* ChangeLog: Fixed trivial whitespace formatting error.
From-SVN: r123420
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2ec7e6e..9fbca6c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,11 +1,11 @@ 2007-04-02 Dave Korn <dave.korn@artimi.com> - * doc/tm.texi (FUNCTION_MODE): Update and extend documentation. + * doc/tm.texi (FUNCTION_MODE): Update and extend documentation. 2007-04-02 Dave Korn <dave.korn@artimi.com> - * libgcc2.h (exception_descriptor): Don't forward-declare. - (__get_eh_table_language, __get_eh_table_version): Delete + * libgcc2.h (exception_descriptor): Don't forward-declare. + (__get_eh_table_language, __get_eh_table_version): Delete prototypes of long-dead functions. 2007-04-01 Daniel Berlin <dberlin@dberlin.org> |