m68k: fix saving %fp0 in _dl_profile_fixup for coldfire

This commit is contained in:
Andreas Schwab 2011-06-23 00:19:46 +02:00
parent 5411b5632d
commit a437c0725b
2 changed files with 7 additions and 2 deletions

View File

@ -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>
* sysdeps/m68k/dl-tls.h (TLS_DTV_UNALLOCATED): Define.

View File

@ -1,5 +1,5 @@
/* 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.
The GNU C Library is free software; you can redistribute it and/or
@ -139,7 +139,7 @@ _dl_runtime_profile:
%sp %a0
*/
#ifdef __mcoldfire__
fmove.l %fp0, -(%sp)
fmove.d %fp0, -(%sp)
#else
fmove.x %fp0, -(%sp)
#endif