diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-05-23 15:00:52 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-05-23 15:00:52 -0700 |
commit | 0d3b59871af59c9470aebefc52b0f8cd0380d2b1 (patch) | |
tree | 30e302c0941f25b89b233fe7c27f655aa53377ac /gcc | |
parent | 77b597dff4fa8fd428658a8dc84dd7d657569eeb (diff) | |
download | gcc-0d3b59871af59c9470aebefc52b0f8cd0380d2b1.zip gcc-0d3b59871af59c9470aebefc52b0f8cd0380d2b1.tar.gz gcc-0d3b59871af59c9470aebefc52b0f8cd0380d2b1.tar.bz2 |
(get_fnaddr): Add = to output contraint.
From-SVN: r9787
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |