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/sh64/boot1_arch.h | 2 ++ ldso/ldso/sh64/dl-startup.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'ldso/ldso/sh64') diff --git a/ldso/ldso/sh64/boot1_arch.h b/ldso/ldso/sh64/boot1_arch.h index 7c4c3bc64..4c6f3c5e2 100644 --- a/ldso/ldso/sh64/boot1_arch.h +++ b/ldso/ldso/sh64/boot1_arch.h @@ -21,3 +21,5 @@ asm("" \ " blink tr0, r18 ! call _dl_boot2 - user EP is in r2\n" \ ); +#define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2 (X) + diff --git a/ldso/ldso/sh64/dl-startup.h b/ldso/ldso/sh64/dl-startup.h index 7c4c3bc64..4c6f3c5e2 100644 --- a/ldso/ldso/sh64/dl-startup.h +++ b/ldso/ldso/sh64/dl-startup.h @@ -21,3 +21,5 @@ asm("" \ " blink tr0, r18 ! call _dl_boot2 - user EP is in r2\n" \ ); +#define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2 (X) + -- cgit v1.2.3