Commit 9a29c058 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

ns32k.md (load or push effective address): Operand 1 must have SImode.

	* config/ns32k/ns32k.md (load or push effective address): Operand 1
	must have SImode.

From-SVN: r31295
parent 2cc60d16
Sun Jan 9 17:50:23 2000 Hans-Peter Nilsson <hp@axis.com>
* config/ns32k/ns32k.md (load or push effective address): Operand 1
must have SImode.
2000-01-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
......
;;- Machine description for GNU compiler, ns32000 Version
;; Copyright (C) 1988, 1994, 1996, 1998, 1999 Free Software Foundation, Inc.
;; Copyright (C) 1988, 1994, 1996, 1998-99, 2000 Free Software Foundation, Inc.
;; Contributed by Michael Tiemann (tiemann@cygnus.com)
;; This file is part of GNU CC.
......@@ -2032,7 +2032,7 @@
(define_insn ""
[(set (match_operand:SI 0 "general_operand" "=g<")
(match_operand:QI 1 "address_operand" "p"))]
(match_operand:SI 1 "address_operand" "p"))]
""
"*
{
......
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