]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR gcov-profile/64123 (Instrumented Firefox segfaults on start)
authorJan Hubicka <hubicka@ucw.cz>
Wed, 4 Feb 2015 23:26:40 +0000 (00:26 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 4 Feb 2015 23:26:40 +0000 (23:26 +0000)
PR gcov/64123
* gcov-io.c (gcov_var): Export.

From-SVN: r220424

gcc/ChangeLog
gcc/gcov-io.c

index ef35c40cf8e7f62db3bcf1afab11c826ed52693d..81b59c8478773acea248843287be478736a6e899 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
+
+       PR gcov/64123
+       * gcov-io.c (gcov_var): Export.
+
 2015-02-04  Jan Hubicka  <hubicka@ucw.cz>
 
        PR middle-end/64922
index 143a3cebf31ad9bf50889bacad7af4d5c85fb849..cbd0a9f1471c2b2f0e6166ae84c72b3478448d9b 100644 (file)
@@ -39,7 +39,7 @@ static void gcov_allocate (unsigned);
 /* Optimum number of gcov_unsigned_t's read from or written to disk.  */
 #define GCOV_BLOCK_SIZE (1 << 10)
 
-GCOV_LINKAGE ATTRIBUTE_HIDDEN struct gcov_var
+struct gcov_var
 {
   FILE *file;
   gcov_position_t start;       /* Position of first byte of block */