Move ChangeLog entry to correct ChangeLog file.

From-SVN: r128151
This commit is contained in:
Jakub Jelinek 2007-09-05 22:47:48 +02:00
parent 6ef5231bdf
commit f86bfcab9b
2 changed files with 5 additions and 3 deletions

View File

@ -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,

View File

@ -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