From d05f2edbc2d69ba8dbfc5666085eb9623dab4e4e Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Wed, 15 Feb 2012 22:29:31 +0000 Subject: [PATCH] Use __start for all Unices on MIPS. --- ChangeLog.mips | 7 +++++++ sysdeps/mips/dl-machine.h | 2 +- sysdeps/unix/{sysv/linux => }/mips/entry.h | 0 3 files changed, 8 insertions(+), 1 deletion(-) rename sysdeps/unix/{sysv/linux => }/mips/entry.h (100%) diff --git a/ChangeLog.mips b/ChangeLog.mips index 98feab1496..07cbeab4a5 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 38470d1d0a..6f2ed7ab20 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 -- 2.43.5