From 0d3b59871af59c9470aebefc52b0f8cd0380d2b1 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 23 May 1995 15:00:52 -0700 Subject: [PATCH] (get_fnaddr): Add = to output contraint. From-SVN: r9787 --- gcc/config/mips/mips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 775013e..7cfd7a9 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -6068,7 +6068,7 @@ move\\t%0,%z4\\n\\ ;; current function. This specialized instruction does just that. (define_insn "get_fnaddr" - [(set (match_operand 0 "register_operand" "d") + [(set (match_operand 0 "register_operand" "=d") (unspec [(match_operand 1 "" "")] 1)) (clobber (reg:SI 31))] "TARGET_EMBEDDED_PIC -- 2.7.4