about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc32/dl-machine.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-06 23:33:20 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-06 23:33:20 +0000
commitcf90163d418e0cf83166e85735ba81a3cd28ed32 (patch)
tree21c0c406b7d2a8d379366b7f9026782f24ede334 /sysdeps/sparc/sparc32/dl-machine.h
parenta85d5c806068dc0d6332390c7a87e60ccd99be9a (diff)
downloadglibc-cf90163d418e0cf83166e85735ba81a3cd28ed32.tar.gz
glibc-cf90163d418e0cf83166e85735ba81a3cd28ed32.tar.xz
glibc-cf90163d418e0cf83166e85735ba81a3cd28ed32.zip
Regenerated: autoconf configure.in
Diffstat (limited to 'sysdeps/sparc/sparc32/dl-machine.h')
-rw-r--r--sysdeps/sparc/sparc32/dl-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sparc/sparc32/dl-machine.h b/sysdeps/sparc/sparc32/dl-machine.h
index e771676f0f..cd91addda5 100644
--- a/sysdeps/sparc/sparc32/dl-machine.h
+++ b/sysdeps/sparc/sparc32/dl-machine.h
@@ -396,7 +396,7 @@ elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc,
 	  *reloc_addr = value;
 	  break;
 	case R_SPARC_JMP_SLOT:
-	  elf_machine_fixup_plt(map, NULL, reloc, reloc_addr, value);
+	  elf_machine_fixup_plt(map, 0, reloc, reloc_addr, value);
 	  break;
 	case R_SPARC_8:
 	  *(char *) reloc_addr = value;