From 862fef6971ef660a985c790e3643187e5ecb855d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 14 Jun 2001 21:37:48 +0000 Subject: Yet more ldso cleanups. Be more discriminating about when using inlines and when using real functions. Make things be more portable by providing a default C routine to locate the got. -Erik --- ldso/ldso/m68k/dl-sysdep.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ldso/ldso/m68k/dl-sysdep.h') diff --git a/ldso/ldso/m68k/dl-sysdep.h b/ldso/ldso/m68k/dl-sysdep.h index 24af47ca0..a9089286b 100644 --- a/ldso/ldso/m68k/dl-sysdep.h +++ b/ldso/ldso/m68k/dl-sysdep.h @@ -10,10 +10,6 @@ to do something a little more subtle here. */ #define GET_ARGV(ARGVP, ARGS) ((ARGVP) = ((unsigned int *) &(ARGS))) -/* Get the address of the Global offset table. This must be absolute, - not relative. */ -#define GET_GOT(X) __asm__ ("movel %%a5,%0" : "=g" (X)) - /* Initialization sequence for a GOT. */ #define INIT_GOT(GOT_BASE,MODULE) \ { \ -- cgit v1.2.3