From: Daniel Jacobowitz Date: Wed, 23 May 2007 16:50:14 +0000 (+0000) Subject: * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of X-Git-Tag: upstream/2.30~10627^2~776 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9077d4dc205ec9390af766b1e8d8fa365476f4fe;p=external%2Fglibc.git * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of r_info argument to ElfW(Addr). --- 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) {