aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-7/+7
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-23/+159
2002-01-05cse.c: Fix formatting.Kazu Hirata1-4/+4
2001-11-06gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to test for absolute pathnames.Danny Smith1-6/+1
2001-11-01re PR other/704 (--help and --version)Joseph Myers1-32/+85
2001-10-19aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg1-12/+1
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-13/+4
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-30jump.c: Add prototype for mark_modified_reg.Andreas Jaeger1-22/+34
2001-07-16gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output variables of ty...Andreas Jaeger1-16/+20
2001-07-11gcov.c (arcdata): Use gcov_type to fix branch percentage for large hit count.Janis Johnson1-2/+2
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-11/+17
2000-12-17protoize.c (main): Correctly set locale categories.Philipp Thomas1-0/+7
2000-11-02* collect2.c (main, write_c_file_stat), gcc.c (translate_options,Joseph Myers1-8/+8
2000-02-25Fix copyrights.Jeff Law1-1/+2
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-19/+19
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-4/+0
1999-11-10gcov.c (struct arcdata): Add hits and total, remove prob.Clinton Popetz1-19/+47
1999-10-31[multiple changes]Richard Kenner1-5/+14
1999-10-03cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1-0/+10
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-29/+7
1999-09-02combine.c (simplify_shift_const): Remove extra semicolon.Finn Hakansson1-1/+1
1999-04-16system.h: Always prototype abort.Zack Weinberg1-0/+1
1999-03-18Warning fixes:Kaveh R. Ghazi1-2/+2
1999-01-30gcov.c (fnotice): Add missing FILE* parameter.Kaveh R. Ghazi1-12/+14
1999-01-30Copyright dates.Jeff Law1-1/+1
1999-01-30cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.Jeffrey A Law1-0/+2
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-39/+64
1999-01-11Update FSF address in copyright header.Jeff Law1-1/+2
1998-12-11cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".Manfred Hollstein1-1/+0
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-4/+3
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-1/+1
1998-10-12update copyrightMichael Meissner1-1/+1
1998-10-09flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.Graham Stott1-2/+2
1998-06-20flow.c (allocate_for_life_analysis, [...]): Remove declaration.H.J. Lu1-0/+1
1998-03-30More cutover to system.h:Kaveh R. Ghazi1-24/+7
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-26/+38
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-4/+4
1997-04-20Use symbolic codes for exit.Richard Kenner1-3/+2
1997-04-13(print_usage, open_files): Use FATAL_EXIT_CODE.Richard Kenner1-4/+4
1997-03-28Initial revisionDoug Evans1-0/+1380