From: Janis Johnson Date: Mon, 10 Sep 2001 21:36:47 +0000 (+0000) Subject: profopt.exp: New, to support profile-directed optimizations. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1aa084e6077cd6acae783275cc70367b48b16d34;p=gcc.git 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 --- 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.