]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 1d01f035ea8a616ffcec26e6e69aa3608e7465a6..b735e15ae38a3bff73a751eb81e6921dc16de5a3 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");