* config/alpha/alpha.md (unop): Add 0 offset for some gas versions.
authorRichard Henderson <rth@redhat.com>
Mon, 26 Nov 2001 22:56:52 +0000 (14:56 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 26 Nov 2001 22:56:52 +0000 (14:56 -0800)
From-SVN: r47361

gcc/ChangeLog
gcc/config/alpha/alpha.md

index bb664b164391e704b654796a6c95f73807da90e3..1db9694fc80c307a45f51c0ae2ca7e3be9946f8c 100644 (file)
@@ -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
index 8594c82ce86fa2800ef91e7cc6c8734f08460d2e..e92a70fac025f820e9637a5902618b1a21ea0c56 100644 (file)
@@ -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.