This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.14-2-ga437c07


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  a437c0725b8251e09ba53a5e9f66f128b6699660 (commit)
      from  5411b5632debd0c53902e82a9cd6e9fa0e8787ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=a437c0725b8251e09ba53a5e9f66f128b6699660

commit a437c0725b8251e09ba53a5e9f66f128b6699660
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Thu Jun 23 00:19:46 2011 +0200

    m68k: fix saving %fp0 in _dl_profile_fixup for coldfire

diff --git a/ChangeLog.m68k b/ChangeLog.m68k
index f54a74c..8c85d5c 100644
--- a/ChangeLog.m68k
+++ b/ChangeLog.m68k
@@ -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.
diff --git a/sysdeps/m68k/dl-trampoline.S b/sysdeps/m68k/dl-trampoline.S
index e324da1..0f4148b 100644
--- a/sysdeps/m68k/dl-trampoline.S
+++ b/sysdeps/m68k/dl-trampoline.S
@@ -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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog.m68k               |    5 +++++
 sysdeps/m68k/dl-trampoline.S |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]