projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff2991
)
re PR gcov-profile/64123 (Instrumented Firefox segfaults on start)
author
Jan Hubicka
<hubicka@ucw.cz>
Wed, 4 Feb 2015 23:26:40 +0000
(
00:26
+0100)
committer
Jan 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
patch
|
blob
|
history
gcc/gcov-io.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index ef35c40cf8e7f62db3bcf1afab11c826ed52693d..81b59c8478773acea248843287be478736a6e899 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/gcov-io.c
b/gcc/gcov-io.c
index 143a3cebf31ad9bf50889bacad7af4d5c85fb849..cbd0a9f1471c2b2f0e6166ae84c72b3478448d9b 100644
(file)
--- a/
gcc/gcov-io.c
+++ b/
gcc/gcov-io.c
@@
-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 */