aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-io.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-06* gcov-io.c: Use GCC Runtime Library Exception.Joseph Myers1-2/+7
2009-11-25Remove trailing white spaces.H.J. Lu1-11/+11
2009-10-02gcov-io.c (gcov_open): Open files read-only when MODE < 0Neil Vachharajani1-10/+21
2008-06-26dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-1/+1
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-01gcov-io.h (GCOV_CHECK, [...]): Remove.Nathan Sidwell1-11/+11
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-2/+1
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak1-6/+1
2004-07-29gcov-io.h: Allow zero tag as EOF indicator.Nathan Sidwell1-3/+2
2004-02-23convert.c, [...]: Update copyright.Kazu Hirata1-2/+2
2004-02-23gcov-io.c (gcov_open): Use open + fdopen instead of fopen.Jakub Jelinek1-7/+41
2003-09-29re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linki...Jan Hubicka1-1/+1
2003-07-10gcov-io.h: Update documentation.Nathan Sidwell1-38/+36
2003-07-09gcov-io.h: Update documentation.Nathan Sidwell1-100/+94
2003-06-30gcov-io.c: Convert prototypes to ISO C90.Andreas Jaeger1-5/+5
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-2/+2
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2003-05-18* gcov-io.c (gcov_read_bytes): Fix fread thinko.Nathan Sidwell1-1/+1
2003-05-14gcov-io.h (gcov_write_bytes, [...]): Remove here.Nathan Sidwell1-112/+162
2003-05-10defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell1-14/+14
2003-05-07gcov-io.h (GCOV_LOCKED): New #define.Nathan Sidwell1-5/+28
2003-04-24New GCOV_TAG_FUNCTION layoutNathan Sidwell1-0/+4
2003-04-23Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell1-11/+21
2003-04-21Break out coverage routines to new file.Nathan Sidwell1-0/+431