Thu Jun 27 23:43:22 1996 Richard Henderson <rth@tamu.edu>
authorRoland McGrath <roland@gnu.org>
Fri, 28 Jun 1996 08:56:24 +0000 (08:56 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 28 Jun 1996 08:56:24 +0000 (08:56 +0000)
* sysdeps/alpha/dl-machine.h (elf_machine_rela):  The Alpha's
address-of operation and plt format conspire to require all
dynamic relocs to be resolved to actual symbols not plt entries.

sysdeps/alpha/dl-machine.h

index c751936..bc80b59 100644 (file)
@@ -179,8 +179,8 @@ elf_machine_rela (struct link_map *map,
 
       if (resolve)
        {
-          loadbase = (*resolve)(&sym, (Elf64_Addr)reloc_addr,
-                               r_info == R_ALPHA_JMP_SLOT);
+         loadbase = (*resolve)(&sym, (Elf64_Addr)reloc_addr, 
+                               r_info == R_ALPHA_JMP_SLOT);
        }
       else
        loadbase = map->l_addr;