• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision2c4de6a9703d9550a1511d2700711b2b5e66bfc1 (tree)
Time2016-02-21 18:41:27
AuthorYoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

jump fix

Change Summary

Incremental Difference

--- a/gcc/config/h8300/h8300.md
+++ b/gcc/config/h8300/h8300.md
@@ -2466,7 +2466,13 @@
24662466
24672467 ;; Unconditional and other jump instructions.
24682468
2469-(define_insn "jump_nonpic"
2469+(define_expand "jump"
2470+ [(set (pc)
2471+ (label_ref (match_operand 0 "" "")))]
2472+ ""
2473+ "")
2474+
2475+(define_insn "*jump_nopic"
24702476 [(set (pc)
24712477 (label_ref (match_operand 0 "" "")))]
24722478 "!flag_pic"
@@ -2509,7 +2515,7 @@
25092515 (const_string "none")))
25102516 (set_attr "cc" "none")])
25112517
2512-(define_insn "*jump_pic"
2518+(define_insn "*jump"
25132519 [(set (pc)
25142520 (label_ref (match_operand 0 "" "")))]
25152521 "flag_pic"