projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e6da13
)
Transmute ELF_FIXUP_RETURNS_ADDRESS to ELF_FIXUP_RETURN_VALUE.
author
drepper
<drepper>
Sun, 24 Aug 1997 10:43:09 +0000
(10:43 +0000)
committer
drepper
<drepper>
Sun, 24 Aug 1997 10:43:09 +0000
(10:43 +0000)
sysdeps/powerpc/dl-machine.h
patch
|
blob
|
history
diff --git
a/sysdeps/powerpc/dl-machine.h
b/sysdeps/powerpc/dl-machine.h
index
74436d1
..
917e4f7
100644
(file)
--- a/
sysdeps/powerpc/dl-machine.h
+++ b/
sysdeps/powerpc/dl-machine.h
@@
-346,7
+346,7
@@
static ElfW(Addr) _dl_preferred_address = 1
/* We require the address of the PLT entry returned from fixup, not
the first word of the PLT entry. */
-#define ELF_FIXUP_RETURN
S_ADDRESS 1
+#define ELF_FIXUP_RETURN
_VALUE(map, result) (&(result))
/* Nonzero iff TYPE should not be allowed to resolve to one of
the main executable's symbols, as for a COPY reloc. */