]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix ChangeLog entries for PR debug/41170.
authorH.J. Lu <hjl@gcc.gnu.org>
Sun, 30 Aug 2009 01:52:18 +0000 (18:52 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Sun, 30 Aug 2009 01:52:18 +0000 (18:52 -0700)
From-SVN: r151217

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 377b64479f591c1553701fd812010475db94115b..97b9f9cdd8f0fbc6b76fcd7e0f3fb8addfc79e1a 100644 (file)
@@ -4,9 +4,9 @@
 
 2009-08-29  Kai Tietz<kai.tietz@onevision.com>
 
-        PR/41184
-        * config/i386.c (ix86_expand_epilogue): Correct stack adjustment for
-        padding.
+       PR/41184
+       * config/i386.c (ix86_expand_epilogue): Correct stack adjustment for
+       padding.
 
 2009-08-29  Douglas B Rupp  <rupp@gnat.com>
 
 
 2009-08-27  Dodji Seketeli  <dodji@redhat.com>
 
-       PR debug/41770
+       PR debug/41170
        * dwarf2out.c (get_context_die): Declare this static function.
        (gen_type_die_with_usage): Make sure a DIE is a generated for
        the context of a typedef.
index 12a11f3c60ebfe516d4a40e93d3633ef2880f1b3..42017d57f050727a0e0a26b67dc082d8da6e24a6 100644 (file)
@@ -53,7 +53,7 @@
 
 2009-08-27  Dodji Seketeli  <dodji@redhat.com>
 
-       PR debug/41770
+       PR debug/41170
        * debug/dwarf2/namespace-1.C: New test.
 
 2009-08-26  H.J. Lu  <hongjiu.lu@intel.com>