diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2008-02-04 22:46:35 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2008-02-04 22:46:35 +0000 |
commit | eb9a4b0489adf0dc694e458be227def99c874969 (patch) | |
tree | acb511312ba68f16568ae50584362487a784b503 | |
parent | e5327844beecdc39cea7696b4a8ba640d2f9a87c (diff) | |
download | gcc-eb9a4b0489adf0dc694e458be227def99c874969.zip gcc-eb9a4b0489adf0dc694e458be227def99c874969.tar.gz gcc-eb9a4b0489adf0dc694e458be227def99c874969.tar.bz2 |
Correct my last entry, matching the posted patch
From-SVN: r132105
-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 57a1bf3..7ea61af 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. |