From 9f791dcf5d8000189c35a460a5224bbaff6f366c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 18 Jul 2000 14:55:31 +0000 Subject: Update. * sysdeps/alpha/dl-machine.h (elf_machine_rela): Pass 0 instead of NULL to elf_machine_fixup_plt t argument to silence GCC. --- ChangeLog | 3 +++ sysdeps/alpha/dl-machine.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a5ec8fd..3f8ed08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-07-18 Andreas Jaeger + * sysdeps/alpha/dl-machine.h (elf_machine_rela): Pass 0 instead of + NULL to elf_machine_fixup_plt t argument to silence GCC. + * include/string.h: Add prototype for __memchr. * sysdeps/alpha/memchr.S: Fix copy & error in weak_alias. diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index a7f13e0..33c32fa 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -497,7 +497,7 @@ elf_machine_rela (struct link_map *map, if (r_type == R_ALPHA_GLOB_DAT) *reloc_addr = sym_value; else if (r_type == R_ALPHA_JMP_SLOT) - elf_machine_fixup_plt (map, NULL, reloc, reloc_addr, sym_value); + elf_machine_fixup_plt (map, 0, reloc, reloc_addr, sym_value); else if (r_type == R_ALPHA_REFQUAD) { void *reloc_addr_1 = reloc_addr; -- cgit v1.1