summaryrefslogtreecommitdiff
path: root/ldso/ldso/m68k/ld_sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/m68k/ld_sysdep.h')
-rw-r--r--ldso/ldso/m68k/ld_sysdep.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ldso/ldso/m68k/ld_sysdep.h b/ldso/ldso/m68k/ld_sysdep.h
index 24af47ca0..a9089286b 100644
--- a/ldso/ldso/m68k/ld_sysdep.h
+++ b/ldso/ldso/m68k/ld_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) \
{ \