summaryrefslogtreecommitdiff
path: root/gcc/coverage.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell2003-06-141-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-2/+2
* gcov-io.h (gcov_write_bytes, [...]): Remove here.Nathan Sidwell2003-05-141-11/+13
* coverage.h (coverage_counter_alloc): New function.Nathan Sidwell2003-05-111-33/+42
* defaults.h (GCOV_TYPE_SIZE): Remove.Nathan Sidwell2003-05-101-33/+39
* gcov-io.h (GCOV_LOCKED): New #define.Nathan Sidwell2003-05-071-1/+1
* Makefile.in (LIBGCOV): Add _gcov_merge_add.Zdenek Dvorak2003-05-041-0/+31
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-2/+2
* New GCOV_TAG_FUNCTION layoutNathan Sidwell2003-04-241-43/+31
* Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell2003-04-231-547/+294
* Break out coverage routines to new file.Nathan Sidwell2003-04-211-0/+1146