BUILD Failing
Richard Henderson
rth@redhat.com
Mon Nov 26 14:54:00 GMT 2001
On Mon, Nov 26, 2001 at 07:46:27PM -0500, Matthew H Bemis wrote:
> > /tmp/ccPg17YL.s:7195: Error: inappropriate arguments for opcode `ldq_u'
Ug. Depends on the assembler you're using. Fixed thus.
r~
* config/alpha/alpha.md (unop): Add 0 offset for some gas versions.
Index: config/alpha/alpha.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/alpha.md,v
retrieving revision 1.158
diff -c -p -d -u -r1.158 alpha.md
--- alpha.md 2001/11/04 02:51:22 1.158
+++ alpha.md 2001/11/26 22:49:15
@@ -6662,7 +6662,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi
(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.
More information about the Gcc
mailing list