aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorChris Demetriou <cgd@broadcom.com>2002-12-04 22:09:35 +0000
committerChris Demetriou <cgd@gcc.gnu.org>2002-12-04 14:09:35 -0800
commit7fa9ed65939e6cf45fec03a62c7868633135a783 (patch)
tree94c90c0c1d2a0e9c0ac747e75dc6542cc597a0de /gcc
parent6bd6fd35db61390ae283230793241ba60a9a06d8 (diff)
downloadgcc-7fa9ed65939e6cf45fec03a62c7868633135a783.zip
gcc-7fa9ed65939e6cf45fec03a62c7868633135a783.tar.gz
gcc-7fa9ed65939e6cf45fec03a62c7868633135a783.tar.bz2
mips.md (get_fnaddr): Correct length attribute.
2002-12-04 Chris Demetriou <cgd@broadcom.com> * config/mips/mips.md (get_fnaddr): Correct length attribute. From-SVN: r59833
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/mips.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 21fa83b..915591a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index c35d68e..5d47e06 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"