projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b934c93
)
(elf_machine_rel_relative): Use ElfW(Rel) in argument.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 24 Aug 2001 14:53:23 +0000
(14:53 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 24 Aug 2001 14:53:23 +0000
(14:53 +0000)
sysdeps/mips/dl-machine.h
patch
|
blob
|
history
diff --git
a/sysdeps/mips/dl-machine.h
b/sysdeps/mips/dl-machine.h
index
340cd17
..
878e27d
100644
(file)
--- a/
sysdeps/mips/dl-machine.h
+++ b/
sysdeps/mips/dl-machine.h
@@
-536,8
+536,8
@@
elf_machine_rel (struct link_map *map, const ElfW(Rel) *reloc,
}
static inline void
-elf_machine_rel_relative (Elf
32_Addr l_addr, const Elf32_Rela
*reloc,
- Elf
32_Addr
*const reloc_addr)
+elf_machine_rel_relative (Elf
W(Addr) l_addr, const ElfW(Rel)
*reloc,
+ Elf
W(Addr)
*const reloc_addr)
{
/* XXX Nothing to do. There is no relative relocation, right? */
}