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.18-274-g7d0c5ed


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  7d0c5ed0fe4ea1230fd47710ff355faa125ba546 (commit)
      from  ed4c99394440533818babac9b8ba602e666ded7c (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=7d0c5ed0fe4ea1230fd47710ff355faa125ba546

commit 7d0c5ed0fe4ea1230fd47710ff355faa125ba546
Author: Andreas Schwab <schwab@suse.de>
Date:   Tue Oct 8 21:24:56 2013 +0200

    Fix typo in last change

diff --git a/ports/sysdeps/m68k/start.S b/ports/sysdeps/m68k/start.S
index 7ed96cf..c3ceee6 100644
--- a/ports/sysdeps/m68k/start.S
+++ b/ports/sysdeps/m68k/start.S
@@ -92,7 +92,7 @@ _start:
 
 	/* Call the user's main function, and exit with its value.  But
 	   let the libc call main.  */
-	jbsr __libc_start_main@PLT
+	jbsr __libc_start_main@PLTPC
 #else
 	/* Push the address of our own entry points to `.fini' and
 	   `.init'.  */

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

Summary of changes:
 ports/sysdeps/m68k/start.S |    2 +-
 1 files changed, 1 insertions(+), 1 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]