about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc64/dl-machine.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-05-08 15:40:26 +0000
committerAndreas Jaeger <aj@suse.de>2000-05-08 15:40:26 +0000
commitb567aa1258efe86abc8d4093aae0b663ea855783 (patch)
tree07b5e4294864edc90ca76f88f4193a04865d5583 /sysdeps/sparc/sparc64/dl-machine.h
parent3b3938c9f4cbc473ba598690710465d6e115b30f (diff)
downloadglibc-b567aa1258efe86abc8d4093aae0b663ea855783.tar.gz
glibc-b567aa1258efe86abc8d4093aae0b663ea855783.tar.xz
glibc-b567aa1258efe86abc8d4093aae0b663ea855783.zip
2000-05-08 Jakub Jelinek <jakub@redhat.com>
	* sysdeps/alpha/dl-machine.h (elf_machine_rela): Fix arguments in
	call to elf_machine_fixup_plt.
	* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
Diffstat (limited to 'sysdeps/sparc/sparc64/dl-machine.h')
-rw-r--r--sysdeps/sparc/sparc64/dl-machine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sparc/sparc64/dl-machine.h b/sysdeps/sparc/sparc64/dl-machine.h
index 4e8447214a..552076ac1c 100644
--- a/sysdeps/sparc/sparc64/dl-machine.h
+++ b/sysdeps/sparc/sparc64/dl-machine.h
@@ -313,7 +313,7 @@ elf_machine_rela (struct link_map *map, const Elf64_Rela *reloc,
 	  break;
 
 	case R_SPARC_JMP_SLOT:
-	  elf_machine_fixup_plt(map, reloc, reloc_addr, value);
+	  elf_machine_fixup_plt(map, NULL, reloc, reloc_addr, value);
 	  break;
 
 	default:
@@ -486,7 +486,7 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
 	.previous");
 
 #ifndef PROF
-#define ELF_MACHINE_RUNTIME_TRAMPOLINE 			\
+#define ELF_MACHINE_RUNTIME_TRAMPOLINE			\
   TRAMPOLINE_TEMPLATE (_dl_runtime_resolve, fixup);	\
   TRAMPOLINE_TEMPLATE (_dl_runtime_profile, profile_fixup);
 #else