From 83b995f81dea7d5b2d8ff7401123a54ea327a0ea Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 20 Aug 2001 17:34:48 +0000 Subject: [PATCH] * gcc.misc-tests/gcov.exp: Add support for branch information. * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up. * gcc.misc-tests/gcov-4.c: New test. * gcc.misc-tests/gcov-4b.c: New test. * gcc.misc-tests/gcov-5b.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45054 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8e7eeeb..cea4bf3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2001-08-20 Janis Johnson + * gcc.misc-tests/gcov.exp: Add support for branch information. + * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up. + * gcc.misc-tests/gcov-4.c: New test. + * gcc.misc-tests/gcov-4b.c: New test. + * gcc.misc-tests/gcov-5b.c: New test. + * doc/invoke.texi (Profiling options): Clarify the interactions between -fprofile-arcs and -ftest-coverage, -fprofile-arcs. -- 2.7.4