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/i386/ld_sysdep.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ldso/ldso/i386/ld_sysdep.h') diff --git a/ldso/ldso/i386/ld_sysdep.h b/ldso/ldso/i386/ld_sysdep.h index 8e7fb656b..d44b020ee 100644 --- a/ldso/ldso/i386/ld_sysdep.h +++ b/ldso/ldso/i386/ld_sysdep.h @@ -14,11 +14,6 @@ * do something a little more subtle here. */ #define GET_ARGV(ARGVP, ARGS) ARGVP = ((unsigned long*) & ARGS) -/* - * Get the address of the Global offset table. This must be absolute, not - * relative. - */ -#define GET_GOT(X) __asm__("\tmovl %%ebx,%0\n\t" : "=a" (X)) /* * Initialization sequence for a GOT. -- cgit v1.2.3