Commit 073149a2 by David S. Miller Committed by David S. Miller

Fix non-local goto testsuite failures on sparc64.

	* config/sparc/sparc.md (goto_handler_and_restore): Allow any mode
	for operand zero.

From-SVN: r22406
parent 51568a9c
......@@ -11,6 +11,9 @@ Sun Sep 13 19:17:35 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
* config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Get the names right
for arch64 libfuncs.
* config/sparc/sparc.md (goto_handler_and_restore): Allow any mode
for operand zero.
Sun Sep 13 09:11:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* acconfig.h (NEED_DECLARATION_STRSIGNAL): Provide a stub.
......
......@@ -7617,7 +7617,7 @@
(set_attr "length" "1")])
(define_insn "goto_handler_and_restore"
[(unspec_volatile [(match_operand:SI 0 "register_operand" "=r")] 2)]
[(unspec_volatile [(match_operand 0 "register_operand" "=r")] 2)]
""
"jmp\\t%0+0\\n\\trestore"
[(set_attr "type" "misc")
......
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