2004-03-27 Matthias Klose <doko@debian.org>
PR target/11716
Michael Eager <eager@mvista.com>
* config/mips/mips.md: Limit the maximum length of a short branch to
64K instead of 128K.
From-SVN: r80013
+2004-03-27 Matthias Klose <doko@debian.org>
+
+ PR target/11716
+ Michael Eager <eager@mvista.com>
+
+ * config/mips/mips.md: Limit the maximum length of a short branch to
+ 64K instead of 128K.
+
2004-03-26 Richard Henderson <rth@redhat.com>
PR 11527
(define_attr "length" ""
(cond [(eq_attr "type" "branch")
(cond [(lt (abs (minus (match_dup 1) (plus (pc) (const_int 4))))
- (const_int 131072))
+ (const_int 65536))
(const_int 4)
(ne (symbol_ref "flag_pic && ! TARGET_EMBEDDED_PIC")
(const_int 0))
(const_int 0))
(lt (abs (minus (match_dup 0)
(plus (pc) (const_int 4))))
- (const_int 131072)))
+ (const_int 65536)))
(const_int 4) (const_int 16)))])
;; We need a different insn for the mips16, because a mips16 branch