projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cf0a7f
)
* config/h8300/h8300.md (length): Fix branch offset limit.
author
DJ Delorie
<dj@redhat.com>
Fri, 11 Jul 2008 22:51:25 +0000
(18:51 -0400)
committer
DJ Delorie
<dj@gcc.gnu.org>
Fri, 11 Jul 2008 22:51:25 +0000
(18:51 -0400)
From-SVN: r137728
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/h8300/h8300.md
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 398a165171c204aacbb3e907f6eff2e869dfd026..1faa2a1c5cd43a57f4e4f1a59b95bf638310d1d0 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2008-07-11 DJ Delorie <dj@redhat.com>
+
+ * config/h8300/h8300.md (length): Fix branch offset limit.
+
2008-07-11 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr-protos.h (avr_peep2_scratch_safe): Remove prototype.
diff --git
a/gcc/config/h8300/h8300.md
b/gcc/config/h8300/h8300.md
index 9b6c0aa4e16ebc44ed88ba4062168e41e80f3809..b48a9d6ef75e3bcdcaa9dfb5fd09f07e511b1cf8 100644
(file)
--- a/
gcc/config/h8300/h8300.md
+++ b/
gcc/config/h8300/h8300.md
@@
-91,7
+91,7
@@
(const_int -126))
(le (plus (minus (match_dup 0) (pc))
(symbol_ref "DELAY_SLOT_LENGTH (insn)"))
- (const_int 12
6
)))
+ (const_int 12
5
)))
(const_int 2)
(if_then_else (and (eq_attr "cpu" "h8300h")
(and (ge (minus (pc) (match_dup 0))