* sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
authorDaniel Jacobowitz <dan@codesourcery.com>
Wed, 23 May 2007 16:50:14 +0000 (16:50 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Wed, 23 May 2007 16:50:14 +0000 (16:50 +0000)
r_info argument to ElfW(Addr).

ChangeLog.mips
sysdeps/mips/dl-machine.h

index 159a4c2..b7f0e1d 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-27  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
+       r_info argument to ElfW(Addr).
+
 2007-02-01  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/mips/bits/mathdef.h (float_t): Change to float.
index c92a1a3..1b8d0f3 100644 (file)
@@ -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)
 {