Commit d4b4b319 by Richard Henderson Committed by Richard Henderson

* config/alpha/alpha.md (unop): Add 0 offset for some gas versions.

From-SVN: r47361
parent 04075e8f
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> 2001-11-26 DJ Delorie <dj@redhat.com>
* expr.c (store_constructor): Actually use the value computed * expr.c (store_constructor): Actually use the value computed
......
...@@ -6662,7 +6662,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi" ...@@ -6662,7 +6662,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi"
(define_insn "unop" (define_insn "unop"
[(const_int 2)] [(const_int 2)]
"" ""
"ldq_u $31,($31)") "ldq_u $31,0($31)")
;; On Unicos/Mk we use a macro for aligning code. ;; On Unicos/Mk we use a macro for aligning code.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment