* gcc.dg/stack-usage-1.c: Use sh*-*-* instead of sh-*-*.
From-SVN: r188796
+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,
 
 /* { 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).