diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-04 22:46:35 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-04 22:46:35 +0000 |
commit | 04daca55bc7350581ca0fbc9d954d72268edf96c (patch) | |
tree | acb511312ba68f16568ae50584362487a784b503 | |
parent | b0ca6427300a85b67e27f11dc8b7aa1d8db0115f (diff) | |
download | gcc-04daca55bc7350581ca0fbc9d954d72268edf96c.tar.gz |
Correct my last entry, matching the posted patch
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132105 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 57a1bf30c2d..7ea61afd96c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -6,7 +6,7 @@ 2008-02-04 Hans-Peter Nilsson <hp@axis.com> * lib/target-supports.exp (check_effective_target_hard_float): Only - use the preprocessor tests for mips*-*-* and xtensa-*-*. For all + use the macro definition tests for mips*-*-* and xtensa-*-*. For all other targets, grep for a call insn in the rtl expand dump for an add of two doubles. (target_compile): Support generating rtl dumps as output. |