OSDN Git Service

* config/alpha/alpha.md (unop): Add 0 offset for some gas versions.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Nov 2001 22:56:52 +0000 (22:56 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Nov 2001 22:56:52 +0000 (22:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47361 138bc75d-0d04-0410-961f-82ee72b054a4

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

index bb664b1..1db9694 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 8594c82..e92a70f 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.