From: Chris Demetriou Date: Wed, 4 Dec 2002 22:09:35 +0000 (+0000) Subject: mips.md (get_fnaddr): Correct length attribute. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fa9ed65939e6cf45fec03a62c7868633135a783;p=gcc.git mips.md (get_fnaddr): Correct length attribute. 2002-12-04 Chris Demetriou * config/mips/mips.md (get_fnaddr): Correct length attribute. From-SVN: r59833 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21fa83b6907..915591a9f06 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-12-04 Chris Demetriou + + * config/mips/mips.md (get_fnaddr): Correct length attribute. + 2002-12-04 Kazu Hirata * config/h8300/h8300.md (*extzv_8_8): New. diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index c35d68e39bb..5d47e068b08 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -10043,7 +10043,7 @@ ld\\t%2,%1-%S1(%2)\;daddu\\t%2,%2,$31\\n\\t%*j\\t%2" "%($LF%= = . + 8\;bal\\t$LF%=\;nop;la\\t%0,%1-$LF%=%)\;addu\\t%0,%0,$31" [(set_attr "type" "call") (set_attr "mode" "none") - (set_attr "length" "16")]) + (set_attr "length" "20")]) ;; This is used in compiling the unwind routines. (define_expand "eh_return"