Commit 74d174c6 by Andreas Schwab Committed by Maxim Kuvyrkov

lb1sf68.asm (PICCALL): Use variable sized branch.

	* config/m68k/lb1sf68.asm (PICCALL): Use variable sized branch.

Co-Authored-By: Maxim Kuvyrkov <maxim@codesourcery.com>

From-SVN: r152399
parent 33561817
2009-10-02 Andreas Schwab <schwab@linux-m68k.org>
Maxim Kuvyrkov <maxim@codesourcery.com>
* config/m68k/lb1sf68.asm (PICCALL): Use variable sized branch.
2009-10-02 Nick Clifton <nickc@redhat.com>
* config/mn10300/mn10300.h (USER_LABEL_PREFIX): Define.
......@@ -164,7 +164,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
lea \addr-.-8,a0
jsr pc@(a0)
#else
bsr \addr
jbsr \addr
#endif
.endm
......@@ -203,7 +203,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
lea \addr-.-8,a0
jsr pc@(a0)
#else
bsr \addr
jbsr \addr
#endif
.endm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment