mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 08:11:08 +00:00
* sysdeps/mips/dl-machine.h (elf_machine_reloc): Change type of
r_info argument to ElfW(Addr).
This commit is contained in:
parent
90e01f41f9
commit
9077d4dc20
@ -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>
|
2007-02-01 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/mips/bits/mathdef.h (float_t): Change to float.
|
* sysdeps/mips/bits/mathdef.h (float_t): Change to float.
|
||||||
|
@ -304,7 +304,7 @@ do { \
|
|||||||
|
|
||||||
auto inline void
|
auto inline void
|
||||||
__attribute__ ((always_inline))
|
__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,
|
const ElfW(Sym) *sym, const struct r_found_version *version,
|
||||||
void *reloc_addr, ElfW(Addr) r_addend, int inplace_p)
|
void *reloc_addr, ElfW(Addr) r_addend, int inplace_p)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user