From: Jim Wilson Date: Tue, 23 May 1995 22:00:52 +0000 (-0700) Subject: (get_fnaddr): Add = to output contraint. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d3b59871af59c9470aebefc52b0f8cd0380d2b1;p=gcc.git (get_fnaddr): Add = to output contraint. From-SVN: r9787 --- diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 775013eec32..7cfd7a9623c 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