m68k: fix saving %fp0 in _dl_profile_fixup for coldfire
This commit is contained in:
parent
5411b5632d
commit
a437c0725b
@ -1,3 +1,8 @@
|
|||||||
|
2011-06-23 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* sysdeps/m68k/dl-trampoline.S (_dl_runtime_profile)
|
||||||
|
[__mcoldfire__]: Fix typo saving %fp0.
|
||||||
|
|
||||||
2011-04-11 Andreas Schwab <schwab@linux-m68k.org>
|
2011-04-11 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* sysdeps/m68k/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
|
* sysdeps/m68k/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* PLT trampolines. m68k version.
|
/* PLT trampolines. m68k version.
|
||||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
Copyright (C) 2005, 2011 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -139,7 +139,7 @@ _dl_runtime_profile:
|
|||||||
%sp %a0
|
%sp %a0
|
||||||
*/
|
*/
|
||||||
#ifdef __mcoldfire__
|
#ifdef __mcoldfire__
|
||||||
fmove.l %fp0, -(%sp)
|
fmove.d %fp0, -(%sp)
|
||||||
#else
|
#else
|
||||||
fmove.x %fp0, -(%sp)
|
fmove.x %fp0, -(%sp)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user