mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Update.
* elf/do-lookup.h (do_lookup): 2 is the first user-defined version number.
This commit is contained in:
parent
44c4ccbcca
commit
d2225273e8
@ -1,5 +1,8 @@
|
||||
2002-04-02 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/do-lookup.h (do_lookup): 2 is the first user-defined version
|
||||
number.
|
||||
|
||||
* libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
|
||||
to ...
|
||||
* libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
|
||||
|
@ -136,7 +136,7 @@ FCT (const char *undef_name, unsigned long int hash, const ElfW(Sym) *ref,
|
||||
if (verstab != NULL)
|
||||
{
|
||||
ElfW(Half) ndx = verstab[symidx] & 0x7fff;
|
||||
if (ndx > 2) /* map->l_versions[ndx].hash != 0) */
|
||||
if (ndx >= 2) /* map->l_versions[ndx].hash != 0) */
|
||||
{
|
||||
/* Don't accept hidden symbols. */
|
||||
if ((verstab[symidx] & 0x8000) == 0 && num_versions++ == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user