summaryrefslogtreecommitdiff
path: root/gcc/gcov-io.c
Commit message (Expand)AuthorAgeFilesLines
* * gcov-io.c: Use GCC Runtime Library Exception.jsm282011-04-061-2/+7
* Remove trailing white spaces.hjl2009-11-251-11/+11
* 2009-10-02 Neil Vachharajani <nvachhar@google.com>nvachhar2009-10-021-10/+21
* * dwarf2out.c (new_cfi, queue_reg_save, dwarf2out_begin_prologue,ghazi2008-06-261-1/+1
* gcc/rwild2008-06-061-3/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* Update FSF address.kcook2005-06-251-2/+2
* * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,kazu2005-04-281-1/+1
* * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,nathan2005-04-011-11/+11
* * gcse.c (INSN_CUID, insert_set_in_table, find_avail_set,nathan2004-09-091-2/+1
* * Makefile.in (rtl-profile.o, value-prof.o): Add GCC_H dependency.rakdver2004-09-011-6/+1
* * gcov-io.h: Allow zero tag as EOF indicator.nathan2004-07-291-3/+2
* * convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,kazu2004-02-231-2/+2
* * gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead ofjakub2004-02-221-7/+41
* PR c++/12175hubicka2003-09-291-1/+1
* * gcov-io.h: Update documentation.nathan2003-07-101-38/+36
* * gcov-io.h: Update documentation.nathan2003-07-091-100/+94
* * gcov-io.c: Convert prototypes to ISO C90.aj2003-06-301-5/+5
* * basic-block.h: Fix comment formatting.kazu2003-06-231-2/+2
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-2/+2
* * gcov-io.c (gcov_read_bytes): Fix fread thinko.nathan2003-05-181-1/+1
* * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.nathan2003-05-141-112/+162
* * defaults.h (GCOV_TYPE_SIZE): Remove.nathan2003-05-101-14/+14
* * gcov-io.h (GCOV_LOCKED): New #define.nathan2003-05-071-5/+28
* New GCOV_TAG_FUNCTION layoutnathan2003-04-241-0/+4
* * Makefile.in (LIBGCC_DEPS): Add gcov headers.nathan2003-04-231-11/+21
* Break out coverage routines to new file.nathan2003-04-211-0/+431