From 9077d4dc205ec9390af766b1e8d8fa365476f4fe Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Wed, 23 May 2007 16:50:14 +0000 Subject: [PATCH] * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of r_info argument to ElfW(Addr). --- ChangeLog.mips | 5 +++++ sysdeps/mips/dl-machine.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.mips b/ChangeLog.mips index 159a4c2..b7f0e1d 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -1,3 +1,8 @@ +2007-02-27 Richard Sandiford + + * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of + r_info argument to ElfW(Addr). + 2007-02-01 Joseph Myers * sysdeps/mips/bits/mathdef.h (float_t): Change to float. diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index c92a1a3..1b8d0f3 100644 --- a/sysdeps/mips/dl-machine.h +++ b/sysdeps/mips/dl-machine.h @@ -304,7 +304,7 @@ do { \ auto inline void __attribute__ ((always_inline)) -elf_machine_reloc (struct link_map *map, ElfW(Word) r_info, +elf_machine_reloc (struct link_map *map, ElfW(Addr) r_info, const ElfW(Sym) *sym, const struct r_found_version *version, void *reloc_addr, ElfW(Addr) r_addend, int inplace_p) { -- 2.7.4