summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/i386/sysdep.h')
-rw-r--r--ldso/ldso/i386/sysdep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ldso/ldso/i386/sysdep.h b/ldso/ldso/i386/sysdep.h
index 8e7fb656b..d44b020ee 100644
--- a/ldso/ldso/i386/sysdep.h
+++ b/ldso/ldso/i386/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.