From 1aa084e6077cd6acae783275cc70367b48b16d34 Mon Sep 17 00:00:00 2001 From: Janis Johnson Date: Mon, 10 Sep 2001 21:36:47 +0000 Subject: [PATCH] profopt.exp: New, to support profile-directed optimizations. * lib/profopt.exp: New, to support profile-directed optimizations. * gcc.misc-tests/bprob.exp: New, to support branch profiling in C. * gcc.misc-tests/bprob-1.c: New test. * gcc.misc-tests/bprob-2.c: New test. From-SVN: r45524 --- gcc/testsuite/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 54c55aef1b7..852b1e820cc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,4 +1,12 @@ +2001-09-10 Janis Johnson + + * lib/profopt.exp: New, to support profile-directed optimizations. + * gcc.misc-tests/bprob.exp: New, to support branch profiling in C. + * gcc.misc-tests/bprob-1.c: New test. + * gcc.misc-tests/bprob-2.c: New test. + 2001-09-07 Janis Johnson + * gcc.misc-tests/gcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov output to verify. * gcc.misc-tests/gcov-4b.x: New file. -- 2.30.2