From: Robert Millan Date: Wed, 15 Feb 2012 22:29:31 +0000 (+0000) Subject: Use __start for all Unices on MIPS. X-Git-Tag: glibc-2.16-ports-before-merge~266 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d05f2edbc2d69ba8dbfc5666085eb9623dab4e4e;p=thirdparty%2Fglibc.git Use __start for all Unices on MIPS. --- diff --git a/ChangeLog.mips b/ChangeLog.mips index 98feab14965..07cbeab4a50 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -1,3 +1,10 @@ +2012-02-15 Robert Millan + + [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 [BZ #12193] diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index 38470d1d0a0..6f2ed7ab20b 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