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]

GNU C Library master sources branch master updated. glibc-2.20-404-g6df5547


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 "GNU C Library master sources".

The branch, master has been updated
       via  6df5547e9349f0e22cd4356c8ef517e97530ddd0 (commit)
       via  c1764d5e79fe4bc279d013f7a0875051c6bcc97c (commit)
      from  7432d613cd1fefc833800c7af9538d8d81d5c6b2 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6df5547e9349f0e22cd4356c8ef517e97530ddd0

commit 6df5547e9349f0e22cd4356c8ef517e97530ddd0
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Sun Dec 21 15:06:27 2014 +0100

    m68k: remove @PLTPC from _dl_init call

diff --git a/ChangeLog b/ChangeLog
index 460bea3..078af75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
+	_dl_init call.
+
 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
diff --git a/sysdeps/m68k/dl-machine.h b/sysdeps/m68k/dl-machine.h
index cc4bebb..06d5fc3 100644
--- a/sysdeps/m68k/dl-machine.h
+++ b/sysdeps/m68k/dl-machine.h
@@ -149,7 +149,7 @@ _dl_start_user:\n\
 	pea 8(%sp)\n\
 	move.l %d1, -(%sp)\n\
 	" PCREL_OP ("move.l", "_rtld_local", "-(%sp)", "%d0", "%pc") "\n\
-	jbsr _dl_init@PLTPC\n\
+	jbsr _dl_init\n\
 	addq.l #8, %sp\n\
 	addq.l #8, %sp\n\
 	| Pass our finalizer function to the user in %a1.\n\

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c1764d5e79fe4bc279d013f7a0875051c6bcc97c

commit c1764d5e79fe4bc279d013f7a0875051c6bcc97c
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Sun Dec 21 15:05:09 2014 +0100

    Fix changelog typo

diff --git a/ChangeLog b/ChangeLog
index de45fe4..460bea3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,6 @@
 	* sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
 	from "call _dl_init@PLT".
 	* sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
-	from "call _dl_init@PLT".
 
 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
 

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

Summary of changes:
 ChangeLog                 |    6 +++++-
 sysdeps/m68k/dl-machine.h |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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