summaryrefslogtreecommitdiff
path: root/ldso/ldso/sh64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-17 00:41:23 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-17 00:41:23 +0000
commit0d2b685bb7fb38badd924dcc7d8f21028672b885 (patch)
treeb1634c275468381f72cbb727e6ac9503d01f1166 /ldso/ldso/sh64
parent9cc29786d72e56085fc61473bd51e8829dc17bad (diff)
since just about everyone uses return _dl_elf_main for START() now, make it the default
Diffstat (limited to 'ldso/ldso/sh64')
-rw-r--r--ldso/ldso/sh64/dl-startup.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ldso/ldso/sh64/dl-startup.h b/ldso/ldso/sh64/dl-startup.h
index d40344d08..7701afc71 100644
--- a/ldso/ldso/sh64/dl-startup.h
+++ b/ldso/ldso/sh64/dl-startup.h
@@ -115,12 +115,3 @@ asm("" \
default: \
_dl_exit(1); \
}
-
-/*
- * Transfer control to the user's application, once the dynamic loader
- * is done. This routine has to exit the current function, then
- * call the _dl_elf_main function.
- */
-
-#define START() return _dl_elf_main;
-