Update.
* elf/dl-runtime.c (ElfW): Fxi typo in comment.
This commit is contained in:
parent
e10b8512ce
commit
d8655fd731
@ -1,5 +1,7 @@
|
|||||||
2000-04-02 Ulrich Drepper <drepper@redhat.com>
|
2000-04-02 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* elf/dl-runtime.c (ElfW): Fxi typo in comment.
|
||||||
|
|
||||||
* resolv/netdb.h (getnameinfo): All lenght parameters are of type
|
* resolv/netdb.h (getnameinfo): All lenght parameters are of type
|
||||||
socklen_t.
|
socklen_t.
|
||||||
* inet/getnameinfo.c: Likewise.
|
* inet/getnameinfo.c: Likewise.
|
||||||
|
@ -68,7 +68,7 @@ fixup (
|
|||||||
/* Sanity check that we're really looking at a PLT relocation. */
|
/* Sanity check that we're really looking at a PLT relocation. */
|
||||||
assert (ELFW(R_TYPE)(reloc->r_info) == ELF_MACHINE_JMP_SLOT);
|
assert (ELFW(R_TYPE)(reloc->r_info) == ELF_MACHINE_JMP_SLOT);
|
||||||
|
|
||||||
/* Look up the target symbol. If the symbol is marked STV_PROTEXTED
|
/* Look up the target symbol. If the symbol is marked STV_PROTECTED
|
||||||
don't look in the global scope. */
|
don't look in the global scope. */
|
||||||
if (ELFW(ST_VISIBILITY) (sym->st_other) != STV_PROTECTED)
|
if (ELFW(ST_VISIBILITY) (sym->st_other) != STV_PROTECTED)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user