Use __start for all Unices on MIPS.

This commit is contained in:
Robert Millan 2012-02-15 22:29:31 +00:00 committed by Joseph Myers
parent 7e7aa31b39
commit d05f2edbc2
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
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> 2012-02-15 Robert Millan <rmh@gnu.org>
[BZ #12193] [BZ #12193]

View File

@ -208,7 +208,7 @@ do { \
when it is called to store away the arguments passed when it is called to store away the arguments passed
to it. 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. */ and not just plain _start. */
#define RTLD_START asm (\ #define RTLD_START asm (\