aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>2009-05-06 17:26:46 -0700
committerJim Wilson <wilson@gcc.gnu.org>2009-05-06 17:26:46 -0700
commit585be9ef56d32182cee74066471de3aa5036855e (patch)
treea73f1db744994d1668b07c49ad8351719ed05e5c
parente289f7a42d07c0a1e633782a1983b9bc03e33efb (diff)
downloadgcc-585be9ef56d32182cee74066471de3aa5036855e.zip
gcc-585be9ef56d32182cee74066471de3aa5036855e.tar.gz
gcc-585be9ef56d32182cee74066471de3aa5036855e.tar.bz2
Correct changelog from last checkin, cut-n-paste from wrong patch file.
* gcc.c-torture/compile/const-high-part.c: New test. From-SVN: r147214
-rw-r--r--gcc/testsuite/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index cd764f8..39cc789 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,6 +1,6 @@
2009-05-06 James E. Wilson <wilson@codesourcery.com>
- * gcc.target/mips/const-high-part.c: New test.
+ * gcc.c-torture/compile/const-high-part.c: New test.
2009-05-06 H.J. Lu <hongjiu.lu@intel.com>