Reviewers: xur, jingyu, shenhan, bjanakiraman_google.com,

Message:
This merges xur's patch to our mobile release branch. LGTM and I will
submit it.



Please review this at http://codereview.appspot.com/5491078/

Affected files:
   M    gcc-4_6-mobile
  M     gcc-4_6-mobile/gcc/ChangeLog.google-4_6
  M     gcc-4_6-mobile/gcc/libgcov.c


2011-12-19   Ahmad Sharif  <asha...@google.com>

        * gcc-4_6-mobile:
        * gcc-4_6-mobile/gcc/ChangeLog.google-4_6:
        * gcc-4_6-mobile/gcc/libgcov.c:

Index: gcc-4_6-mobile
===================================================================
--- gcc-4_6-mobile      (revision 179999)
+++ gcc-4_6-mobile      (working copy)

Property changes on: gcc-4_6-mobile
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /branches/google/gcc-4_6:r182417
Index: gcc-4_6-mobile/gcc/ChangeLog.google-4_6
===================================================================
--- gcc-4_6-mobile/gcc/ChangeLog.google-4_6     (revision 182489)
+++ gcc-4_6-mobile/gcc/ChangeLog.google-4_6     (working copy)
@@ -1,3 +1,10 @@
+2011-12-16   Rong Xu  <x...@google.com>
+       Backport r182416 from google/main.
+
+       2011-12-16   Rong Xu  <x...@google.com>
+
+               * libgcc/libgcov.c (gcov_merge_gcda_file): reset summary_pos.
+
 2011-12-05  Jing Yu  <jin...@google.com>

        Backport r171347 and r181549 from trunk.
Index: gcc-4_6-mobile/gcc/libgcov.c
===================================================================
--- gcc-4_6-mobile/gcc/libgcov.c        (revision 182489)
+++ gcc-4_6-mobile/gcc/libgcov.c        (working copy)
@@ -810,6 +810,7 @@
   gcov_unsigned_t tag, length;

   eof_pos = 0;
+  summary_pos = 0;

   tag = gcov_read_unsigned ();
   if (tag)


Reply via email to