diff options
Diffstat (limited to 'ldso/ldso/cris/dl-startup.h')
-rw-r--r-- | ldso/ldso/cris/dl-startup.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ldso/ldso/cris/dl-startup.h b/ldso/ldso/cris/dl-startup.h index 191657a43..3274b41a5 100644 --- a/ldso/ldso/cris/dl-startup.h +++ b/ldso/ldso/cris/dl-startup.h @@ -58,8 +58,3 @@ void PERFORM_BOOTSTRAP_RELOC(ELF_RELOC *rpnt, unsigned long *reloc_addr, break; } } - -/* 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 |