mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 06:33:51 +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>
|
||||
|
||||
* sysdeps/m68k/dl-trampoline.S (_dl_runtime_profile)
|
||||
[__mcoldfire__]: Fix copying loop.
|
||||
|
||||
* sysdeps/m68k/sotruss-lib.c: New file.
|
||||
|
||||
2012-11-21 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
@ -130,7 +130,7 @@ _dl_runtime_profile:
|
||||
#ifdef __mcoldfire__
|
||||
tst.l %d1
|
||||
beq 2f
|
||||
1: move.l (%a0)+, (%a1)+
|
||||
1: move.l (%a1)+, (%a0)+
|
||||
subq.l #4,%d1
|
||||
bne 1b
|
||||
2:
|
||||
|
Loading…
Reference in New Issue
Block a user