* sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of

r_info argument to ElfW(Addr).
This commit is contained in:
Daniel Jacobowitz 2007-05-23 16:50:14 +00:00
parent 90e01f41f9
commit 9077d4dc20
2 changed files with 6 additions and 1 deletions

View 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.

View 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)
{