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:
a795af4
)
(elf_machine_rela): Remove use of
author
Andreas Schwab
<schwab@suse.de>
Tue, 8 Feb 2005 20:02:24 +0000
(20:02 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 8 Feb 2005 20:02:24 +0000
(20:02 +0000)
RESOLVE.
sysdeps/m68k/dl-machine.h
patch
|
blob
|
history
diff --git
a/sysdeps/m68k/dl-machine.h
b/sysdeps/m68k/dl-machine.h
index
89d7106
..
f31b687
100644
(file)
--- a/
sysdeps/m68k/dl-machine.h
+++ b/
sysdeps/m68k/dl-machine.h
@@
-211,15
+211,8
@@
elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc,
else
{
const Elf32_Sym *const refsym = sym;
-#ifndef RTLD_BOOTSTRAP
struct link_map *sym_map = RESOLVE_MAP (&sym, version, r_type);
Elf32_Addr value = sym == NULL ? 0 : sym_map->l_addr + sym->st_value;
-#else
- Elf32_Addr value = RESOLVE (&sym, version, r_type);
-
- if (sym)
- value += sym->st_value;
-#endif /* !RTLD_BOOTSTRAP */
switch (r_type)
{