mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 23:23:47 +08:00
m68k/cf: fix copying frame in _dl_runtime_profile
This commit is contained in:
parent
9205a99176
commit
3e2e43e250
@ -1,5 +1,8 @@
|
|||||||
2012-11-23 Andreas Schwab <schwab@linux-m68k.org>
|
2012-11-23 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* sysdeps/m68k/dl-trampoline.S (_dl_runtime_profile)
|
||||||
|
[__mcoldfire__]: Fix copying loop.
|
||||||
|
|
||||||
* sysdeps/m68k/sotruss-lib.c: New file.
|
* sysdeps/m68k/sotruss-lib.c: New file.
|
||||||
|
|
||||||
2012-11-21 Andreas Schwab <schwab@linux-m68k.org>
|
2012-11-21 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
@ -130,7 +130,7 @@ _dl_runtime_profile:
|
|||||||
#ifdef __mcoldfire__
|
#ifdef __mcoldfire__
|
||||||
tst.l %d1
|
tst.l %d1
|
||||||
beq 2f
|
beq 2f
|
||||||
1: move.l (%a0)+, (%a1)+
|
1: move.l (%a1)+, (%a0)+
|
||||||
subq.l #4,%d1
|
subq.l #4,%d1
|
||||||
bne 1b
|
bne 1b
|
||||||
2:
|
2:
|
||||||
|
Loading…
Reference in New Issue
Block a user