mips.md (get_fnaddr): Correct length attribute.
authorChris Demetriou <cgd@broadcom.com>
Wed, 4 Dec 2002 22:09:35 +0000 (22:09 +0000)
committerChris Demetriou <cgd@gcc.gnu.org>
Wed, 4 Dec 2002 22:09:35 +0000 (14:09 -0800)
2002-12-04  Chris Demetriou  <cgd@broadcom.com>

        * config/mips/mips.md (get_fnaddr): Correct length attribute.

From-SVN: r59833

gcc/ChangeLog
gcc/config/mips/mips.md

index 21fa83b69078e5b46d752371387d0e17021f3922..915591a9f06c2bd9cb990cba9ea4ae6390a0088d 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-04  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/mips/mips.md (get_fnaddr): Correct length attribute.
+
 2002-12-04  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300.md (*extzv_8_8): New.
index c35d68e39bba134f9bbe095ffabf4f6d14e0f8f6..5d47e068b08d37254a62a64e6b41b788ade82c59 100644 (file)
@@ -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"