aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/alpha/alpha.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index bb664b1..1db9694 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-26 Richard Henderson <rth@redhat.com>
+
+ * config/alpha/alpha.md (unop): Add 0 offset for some gas versions.
+
2001-11-26 DJ Delorie <dj@redhat.com>
* expr.c (store_constructor): Actually use the value computed
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md
index 8594c82..e92a70f 100644
--- a/gcc/config/alpha/alpha.md
+++ b/gcc/config/alpha/alpha.md
@@ -6662,7 +6662,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi"
(define_insn "unop"
[(const_int 2)]
""
- "ldq_u $31,($31)")
+ "ldq_u $31,0($31)")
;; On Unicos/Mk we use a macro for aligning code.