summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
...
* * collect2.h: Convert prototypes to ISO C90.aj2003-06-291-95/+85
* * basic-block.h: Fix comment formatting.kazu2003-06-231-4/+4
* * tree.h (expand_function_end): Remove all parameters.nathan2003-06-201-1/+1
* * tree.h (init_function_start): Remove filename and line paramters.nathan2003-06-141-1/+1
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-2/+2
* * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.nathan2003-05-141-11/+13
* * coverage.h (coverage_counter_alloc): New function.nathan2003-05-111-33/+42
* * defaults.h (GCOV_TYPE_SIZE): Remove.nathan2003-05-101-33/+39
* * gcov-io.h (GCOV_LOCKED): New #define.nathan2003-05-071-1/+1
* * Makefile.in (LIBGCOV): Add _gcov_merge_add.rakdver2003-05-041-0/+31
* * input.h (lineno): Rename to ...nathan2003-05-011-2/+2
* New GCOV_TAG_FUNCTION layoutnathan2003-04-241-43/+31
* * Makefile.in (LIBGCC_DEPS): Add gcov headers.nathan2003-04-231-547/+294
* Break out coverage routines to new file.nathan2003-04-211-0/+1146