From 0d2b685bb7fb38badd924dcc7d8f21028672b885 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 17 Jan 2006 00:41:23 +0000 Subject: since just about everyone uses return _dl_elf_main for START() now, make it the default --- ldso/ldso/powerpc/dl-startup.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ldso/ldso/powerpc/dl-startup.h') diff --git a/ldso/ldso/powerpc/dl-startup.h b/ldso/ldso/powerpc/dl-startup.h index e6fd814e5..becfa191e 100644 --- a/ldso/ldso/powerpc/dl-startup.h +++ b/ldso/ldso/powerpc/dl-startup.h @@ -80,9 +80,3 @@ asm( _dl_exit(100+ELF32_R_TYPE((RELP)->r_info));\ } \ } -/* - * 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 -- cgit v1.2.3