projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a11e2c2
)
gcov.exp: Add support for call return percentages.
author
Janis Johnson
<janis@gcc.gnu.org>
Thu, 6 Sep 2001 23:25:58 +0000
(23:25 +0000)
committer
Janis Johnson
<janis@gcc.gnu.org>
Thu, 6 Sep 2001 23:25:58 +0000
(23:25 +0000)
* gcc.misc-tests/gcov.exp: Add support for call return percentages.
* gcc.misc-tests/gcov-6.c: New test.
From-SVN: r45452
gcc/testsuite/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/testsuite/ChangeLog
b/gcc/testsuite/ChangeLog
index 8592eebe38017cd4249073fa953aa27950332b1c..f866385ff51a442d7e6176d7604c605198e2f715 100644
(file)
--- a/
gcc/testsuite/ChangeLog
+++ b/
gcc/testsuite/ChangeLog
@@
-1,3
+1,8
@@
+2001-09-06 Janis Johnson <janis187@us.ibm.com>
+
+ * gcc.misc-tests/gcov.exp: Add support for call return percentages.
+ * gcc.misc-tests/gcov-6.c: New test.
+
2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
PR c++/3986