From fa34293971565db3c5b63a2e998e2f8ed730eccb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 7 Feb 2004 12:26:36 +0000 Subject: Restore the library entry point so it works. It does have to be arch specific to work properly. --- ldso/ldso/arm/dl-startup.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldso/ldso/arm/dl-startup.h') diff --git a/ldso/ldso/arm/dl-startup.h b/ldso/ldso/arm/dl-startup.h index 631684c95..383fe4e1f 100644 --- a/ldso/ldso/arm/dl-startup.h +++ b/ldso/ldso/arm/dl-startup.h @@ -22,5 +22,4 @@ asm("" \ #undef ELFMAGIC #define ELFMAGIC ELFMAG+load_addr - - +#define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2 (X) -- cgit v1.2.3