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-merge^2~266 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d05f2edbc2d69ba8dbfc5666085eb9623dab4e4e;p=platform%2Fupstream%2Fglibc.git 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 + [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] * 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