Move ChangeLog entry to correct ChangeLog file.
authorJakub Jelinek <jakub@gcc.gnu.org>
Wed, 5 Sep 2007 20:47:48 +0000 (22:47 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 5 Sep 2007 20:47:48 +0000 (22:47 +0200)
From-SVN: r128151

gcc/ChangeLog
gcc/cp/ChangeLog

index ea2f73f8ed389f9afe50cbecea0800c95604fc33..1fc081b60fc64a394424d93966dc40201576fa0f 100644 (file)
        
 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,
index f98079256d9b7238a17ce0c31652fd42788e37c5..bd9d1e7a40f0a4925af6514bb03422f6ac9d7fc2 100644 (file)
        (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