projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5d96b2
)
Thu Jun 27 23:43:22 1996 Richard Henderson <rth@tamu.edu>
author
Roland McGrath
<roland@gnu.org>
Fri, 28 Jun 1996 06:39:22 +0000
(06:39 +0000)
committer
Roland McGrath
<roland@gnu.org>
Fri, 28 Jun 1996 06:39:22 +0000
(06:39 +0000)
* sysdeps/alpha/dl-machine.h (elf_machine_rela): The Alpha's
address-of operation and plt format conspire to require all
dynamic relocs to be resolved to actual symbols not plt entries.
sysdeps/alpha/dl-machine.h
patch
|
blob
|
history
diff --git
a/sysdeps/alpha/dl-machine.h
b/sysdeps/alpha/dl-machine.h
index
f23efe7
..
c751936
100644
(file)
--- a/
sysdeps/alpha/dl-machine.h
+++ b/
sysdeps/alpha/dl-machine.h
@@
-179,7
+179,7
@@
elf_machine_rela (struct link_map *map,
if (resolve)
{
- loadbase = (*resolve)(&sym, (Elf64_Addr)reloc_addr,
+
loadbase = (*resolve)(&sym, (Elf64_Addr)reloc_addr,
r_info == R_ALPHA_JMP_SLOT);
}
else