mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-23 02:54:54 +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>
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user