aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2009-03-17 21:33:00 +0000
committerDoug Kwan <dougkwan@google.com>2009-03-17 21:33:00 +0000
commit1132f13b69d8781ee969e13ed040c77f9b33fd19 (patch)
treeb16121e214f41bae485ec04af276e155bb8f04ba
parent83a7d36b31a6cbbfff22eb83757ecd185578a7a7 (diff)
Fix a documentation issue in a previous check in. Move C++ entry to
cp/ChangeLog git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@144922 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog1
-rw-r--r--gcc/cp/ChangeLog5
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8736d5f31a4..5e979677846 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -22,7 +22,6 @@
PR middle-end/39378
* function.h: Move is_thunk from rtl_data structure to function
structure.
- * cp/method.c (use_thunk): Change is_thunk from crtl to cfun.
* varasm.c (assemble_start_function): Change is_thunk from crtl to
cfun.
* config/alpha/alpha.c: Change is_thunk from crtl to cfun.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 172d121681b..a925c5ddfe8 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-17 Jing Yu <jingyu@google.com>
+
+ PR middle-end/39378
+ * method.c (use_thunk): Change is_thunk from crtl to cfun.
+
2009-03-17 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/39475