projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a995e38
)
* alpha.md (adddi3): Make `pattern' array static.
author
Richard Henderson
<rth@gcc.gnu.org>
Sun, 12 Sep 1999 12:46:27 +0000
(
05:46
-0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Sun, 12 Sep 1999 12:46:27 +0000
(
05:46
-0700)
From-SVN: r29359
gcc/config/alpha/alpha.md
patch
|
blob
|
history
diff --git
a/gcc/config/alpha/alpha.md
b/gcc/config/alpha/alpha.md
index bd22b51dbbb34bc227a813222bea3fc82d48d323..f4f0ced013894ce2abf1b31d616c977fee1bd33a 100644
(file)
--- a/
gcc/config/alpha/alpha.md
+++ b/
gcc/config/alpha/alpha.md
@@
-537,7
+537,7
@@
""
"*
{
- const char * const pattern[4] = {
+
static
const char * const pattern[4] = {
\"addq %r1,%2,%0\",
\"subq %r1,%n2,%0\",
\"lda %0,%2(%r1)\",