aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKenneth Zadeck <zadeck@gcc.gnu.org>2008-05-19 14:01:28 +0000
committerKenneth Zadeck <zadeck@gcc.gnu.org>2008-05-19 14:01:28 +0000
commitbfe69700dbfaa2e0ed6ab6d4fc080c4746778854 (patch)
tree04a8b34e806acaeae21506c677d8437cd72014a1 /gcc
parent9e23c1aa0d4f08d859104fa56d12155d874f06bb (diff)
downloadgcc-bfe69700dbfaa2e0ed6ab6d4fc080c4746778854.zip
gcc-bfe69700dbfaa2e0ed6ab6d4fc080c4746778854.tar.gz
gcc-bfe69700dbfaa2e0ed6ab6d4fc080c4746778854.tar.bz2
forgot to save changelog back when updating the doc on saturday.
From-SVN: r135529
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7c0605d..9641511 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.