]> sourceware.org Git - glibc.git/commitdiff
Use __start for all Unices on MIPS.
authorRobert Millan <rmh@gnu.org>
Wed, 15 Feb 2012 22:29:31 +0000 (22:29 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 15 Feb 2012 22:29:31 +0000 (22:29 +0000)
ChangeLog.mips
sysdeps/mips/dl-machine.h
sysdeps/unix/mips/entry.h [moved from sysdeps/unix/sysv/linux/mips/entry.h with 100% similarity]

index 98feab1496512ff1fc3fe9f9e75ca795da383a7f..07cbeab4a506dcab5bb3cf4ee95afa8a1e9ec9cd 100644 (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>
 
        [BZ #12193]
index 38470d1d0a01cba846edcf27c972f0fab7e34711..6f2ed7ab20b0a384677f456c8ff4a93c5631b8f9 100644 (file)
@@ -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 (\
This page took 0.049312 seconds and 5 git commands to generate.