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.15-61-gd05f2ed


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  d05f2edbc2d69ba8dbfc5666085eb9623dab4e4e (commit)
      from  7e7aa31b39f0b945059acd224ac00c9a9666dda9 (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=d05f2edbc2d69ba8dbfc5666085eb9623dab4e4e

commit d05f2edbc2d69ba8dbfc5666085eb9623dab4e4e
Author: Robert Millan <rmh@gnu.org>
Date:   Wed Feb 15 22:29:31 2012 +0000

    Use __start for all Unices on MIPS.

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 98feab1..07cbeab 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,5 +1,12 @@
 2012-02-15  Robert Millan  <rmh@gnu.org>
 
+	[BZ #12297]
+	* sysdeps/mips/dl-machine.h: Fix a comment regarding __start.
+	* sysdeps/unix/sysv/linux/mips/entry.h: Moved to ...
+	* sysdeps/unix/mips/entry.h: ... here.
+
+2012-02-15  Robert Millan  <rmh@gnu.org>
+
 	[BZ #12193]
 	* sysdeps/mips/dl-machine.h (DL_PLATFORM_INIT, dl_platform_init):
 	Define.
diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h
index 38470d1..6f2ed7a 100644
--- a/sysdeps/mips/dl-machine.h
+++ b/sysdeps/mips/dl-machine.h
@@ -208,7 +208,7 @@ do {									\
       when it is called to store away the arguments passed
       to it.
 
-   2) That under Linux the entry is named __start
+   2) That under Unix the entry is named __start
       and not just plain _start.  */
 
 #define RTLD_START asm (\
diff --git a/sysdeps/unix/sysv/linux/mips/entry.h b/sysdeps/unix/mips/entry.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/mips/entry.h
rename to sysdeps/unix/mips/entry.h

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

Summary of changes:
 ChangeLog.mips                             |    7 +++++++
 sysdeps/mips/dl-machine.h                  |    2 +-
 sysdeps/unix/{sysv/linux => }/mips/entry.h |    0
 3 files changed, 8 insertions(+), 1 deletions(-)
 rename sysdeps/unix/{sysv/linux => }/mips/entry.h (100%)


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]