On Wed, Jan 8, 2014 at 6:34 AM, Jan Hubicka wrote:
>>
>> Actually, I tried changing these two, but gcc_checking_assert is
>> undefined in libgcov.a. Ok to commit without this change?
>
> OK.
> incrementally can you please define gcov_nonruntime_assert that will wind into
> gcc_assert for code with
>
> Actually, I tried changing these two, but gcc_checking_assert is
> undefined in libgcov.a. Ok to commit without this change?
OK.
incrementally can you please define gcov_nonruntime_assert that will wind into
gcc_assert for code within gcc/coverage tools and into nothing for libgcov
runtime an
On Mon, Jan 6, 2014 at 9:49 AM, Teresa Johnson wrote:
> On Sun, Jan 5, 2014 at 12:08 PM, Jan Hubicka wrote:
>>> 2014-01-03 Rong Xu
>>>
>>> * gcc/gcov-io.c (gcov_var): Move from gcov-io.h.
>>> (gcov_position): Ditto.
>>> (gcov_is_error): Ditto.
>>> (gcov_rewrite)
On Tue, Jan 7, 2014 at 7:42 PM, Andrew MacLeod wrote:
> On 01/07/2014 06:47 PM, Xinliang David Li wrote:
>>
>> A related question. I have not followed the header file restructuring
>> discussion. Is there a documentation on header file structure and how
>> they are organized? In a new .c file, si
On 01/07/2014 06:47 PM, Xinliang David Li wrote:
A related question. I have not followed the header file restructuring
discussion. Is there a documentation on header file structure and how
they are organized? In a new .c file, simply including gimple.h would
require many rounds of iterations to
A related question. I have not followed the header file restructuring
discussion. Is there a documentation on header file structure and how
they are organized? In a new .c file, simply including gimple.h would
require many rounds of iterations to find missing headers via trial
(compilation) and er
On Sun, Jan 5, 2014 at 12:08 PM, Jan Hubicka wrote:
>> 2014-01-03 Rong Xu
>>
>> * gcc/gcov-io.c (gcov_var): Move from gcov-io.h.
>> (gcov_position): Ditto.
>> (gcov_is_error): Ditto.
>> (gcov_rewrite): Ditto.
>> * gcc/gcov-io.h: Refactor. Move gcov_var to
On 01/06/2014 09:37 AM, Jan Hubicka wrote:
On 12/22/2013 01:27 PM, Jan Hubicka wrote:
I believe when the code was created by moving it from elsehwre, the copyright
should say
original date of gcov-io.h.
+
+#include "tconfig.h"
+#include "tsystem.h"
+#include "coretypes.h"
+#include "tm.h"
+#in
> On 12/22/2013 01:27 PM, Jan Hubicka wrote:
> >
> >I believe when the code was created by moving it from elsehwre, the
> >copyright should say
> >original date of gcov-io.h.
> >>+
> >>+#include "tconfig.h"
> >>+#include "tsystem.h"
> >>+#include "coretypes.h"
> >>+#include "tm.h"
> >>+#include "l
On 12/22/2013 01:27 PM, Jan Hubicka wrote:
I believe when the code was created by moving it from elsehwre, the copyright
should say
original date of gcov-io.h.
+
+#include "tconfig.h"
+#include "tsystem.h"
+#include "coretypes.h"
+#include "tm.h"
+#include "libgcc_tm.h"
I would really li
> 2014-01-03 Rong Xu
>
> * gcc/gcov-io.c (gcov_var): Move from gcov-io.h.
> (gcov_position): Ditto.
> (gcov_is_error): Ditto.
> (gcov_rewrite): Ditto.
> * gcc/gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
> only part to libgcc/libgc
On Fri, Jan 3, 2014 at 2:49 PM, Joseph S. Myers wrote:
> On Fri, 3 Jan 2014, Teresa Johnson wrote:
>
>> Index: libgcc/libgcov.h
>> ===
>> --- libgcc/libgcov.h(revision 0)
>> +++ libgcc/libgcov.h(revision 0)
>> @@ -0,0 +1,224 @
On Fri, 3 Jan 2014, Teresa Johnson wrote:
> Index: libgcc/libgcov.h
> ===
> --- libgcc/libgcov.h(revision 0)
> +++ libgcc/libgcov.h(revision 0)
> @@ -0,0 +1,224 @@
> +/* Header file for libgcov-*.c.
> + Copyright (C) 1996-20
On Sun, Dec 22, 2013 at 10:27 AM, Jan Hubicka wrote:
>> On Tue, Dec 17, 2013 at 7:48 AM, Teresa Johnson wrote:
>> > On Mon, Dec 16, 2013 at 2:48 PM, Xinliang David Li
>> > wrote:
>> >> Ok -- gcov_write_counter and gcov_write_tag_length are qualified as
>> >> low level primitives for basic gcov
> On Tue, Dec 17, 2013 at 7:48 AM, Teresa Johnson wrote:
> > On Mon, Dec 16, 2013 at 2:48 PM, Xinliang David Li
> > wrote:
> >> Ok -- gcov_write_counter and gcov_write_tag_length are qualified as
> >> low level primitives for basic gcov format and probably should be kept
> >> in gcov-io.c.
> >>
15 matches
Mail list logo