mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-23 11:05:09 +08:00
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
This commit is contained in:
parent
335618174d
commit
74d174c631
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2009-10-02 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* config/mn10300/mn10300.h (USER_LABEL_PREFIX): Define.
|
* 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
|
lea \addr-.-8,a0
|
||||||
jsr pc@(a0)
|
jsr pc@(a0)
|
||||||
#else
|
#else
|
||||||
bsr \addr
|
jbsr \addr
|
||||||
#endif
|
#endif
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
@ -203,7 +203,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|||||||
lea \addr-.-8,a0
|
lea \addr-.-8,a0
|
||||||
jsr pc@(a0)
|
jsr pc@(a0)
|
||||||
#else
|
#else
|
||||||
bsr \addr
|
jbsr \addr
|
||||||
#endif
|
#endif
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user