diff options
author | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-19 14:01:28 +0000 |
---|---|---|
committer | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-19 14:01:28 +0000 |
commit | 51a3211923c4f77c92a377a6c19e6988e4a4722d (patch) | |
tree | 04a8b34e806acaeae21506c677d8437cd72014a1 | |
parent | 2d0b331430d02c2c4c789c9453c2912f61a566ac (diff) | |
download | gcc-51a3211923c4f77c92a377a6c19e6988e4a4722d.tar.gz |
forgot to save changelog back when updating the doc on saturday.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135529 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c0605d9719..9641511dd43 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -48,6 +48,12 @@ * config/sh/sh.c (sh_output_mi_thunk): Update the use of init_flow. +2008-05-17 Kenneth Zadeck <zadeck@naturalbridge.com> + + * doc/rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P): Fixed typos. + * df-problems.c (simulation routines): Fixed block comment to + properly say how to add forwards scanning functions. + 2008-05-17 Eric Botcazou <ebotcazou@adacore.com> * tree-inline.c (setup_one_parameter): Remove dead code. |