]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* alpha.md (adddi3): Make `pattern' array static.
authorRichard Henderson <rth@gcc.gnu.org>
Sun, 12 Sep 1999 12:46:27 +0000 (05:46 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 12 Sep 1999 12:46:27 +0000 (05:46 -0700)
From-SVN: r29359

gcc/config/alpha/alpha.md

index bd22b51dbbb34bc227a813222bea3fc82d48d323..f4f0ced013894ce2abf1b31d616c977fee1bd33a 100644 (file)
   ""
   "*
 {
-  const char * const pattern[4] = {
+  static const char * const pattern[4] = {
     \"addq %r1,%2,%0\",
     \"subq %r1,%n2,%0\",
     \"lda %0,%2(%r1)\",