update from main archive 970201
authorUlrich Drepper <drepper@redhat.com>
Sun, 2 Feb 1997 01:49:47 +0000 (01:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 2 Feb 1997 01:49:47 +0000 (01:49 +0000)
sysdeps/alpha/dl-machine.h

index 1d01f03..b735e15 100644 (file)
@@ -43,7 +43,7 @@ elf_machine_matches_host (Elf64_Word e_machine)
 static inline Elf64_Addr
 elf_machine_dynamic (void)
 {
-#ifdef AXP_MULTI_GOT_LD
+#ifndef NO_AXP_MULTI_GOT_LD
   return (Elf64_Addr) &_DYNAMIC;
 #else
   register Elf64_Addr *gp __asm__ ("$29");