aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/cp/ChangeLog5
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ea2f73f..1fc081b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -929,9 +929,6 @@
2007-08-30 Jakub Jelinek <jakub@redhat.com>
- * decl.c (start_preparsed_function): Set
- DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions.
-
PR target/33168
* config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Return
true if any of the compare_section_name calls returned true,
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index f980792..bd9d1e7 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -117,6 +117,11 @@
(get_delta_difference_1): New function.
(get_delta_difference): Refactor to call get_delta_difference_1.
+2007-08-30 Jakub Jelinek <jakub@redhat.com>
+
+ * decl.c (start_preparsed_function): Set
+ DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions.
+
2007-08-28 Paolo Carlini <pcarlini@suse.de>
PR c++/33209