stack-usage-1.c: Use sh*-*-* instead of sh-*-*.
authorKaz Kojima <kkojima@gcc.gnu.org>
Tue, 19 Jun 2012 22:29:24 +0000 (22:29 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Tue, 19 Jun 2012 22:29:24 +0000 (22:29 +0000)
* gcc.dg/stack-usage-1.c: Use sh*-*-* instead of sh-*-*.

From-SVN: r188796

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/stack-usage-1.c

index c82c0ab1a0016660df693cf8f802fe2443587cfe..86d6ab148ad966d4656c10ce6bf70c51cb4c72b8 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-19  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * gcc.dg/stack-usage-1.c: Use sh*-*-* instead of sh-*-*.
+
 2012-06-19  Joseph Myers  <joseph@codesourcery.com>
 
        * gcc.c-torture/compile/vector-5.c,
index 9142228668389912e9bc8efb3e081e25aefb15ed..4ecb304017e15fe25a593325ee0b5e5d96a38d31 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-fstack-usage" } */
-/* { dg-options "-fstack-usage -fomit-frame-pointer" { target { sh-*-* } } } */
+/* { dg-options "-fstack-usage -fomit-frame-pointer" { target { sh*-*-* } } } */
 
 /* This is aimed at testing basic support for -fstack-usage in the back-ends.
    See the SPARC back-end for example (grep flag_stack_usage_info in sparc.c).