diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-09-05 06:47:43 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-09-05 06:47:43 +0000 |
commit | fcaea48fef6d82c56461654248e97d0816431d2e (patch) | |
tree | c57e973a9eae75380ec45186a474b5b8cc590c70 /elf/do-lookup.h | |
parent | 4c7854d1dce24e8cc344f1da81fca01ee7f01804 (diff) | |
download | glibc-fcaea48fef6d82c56461654248e97d0816431d2e.tar.gz glibc-fcaea48fef6d82c56461654248e97d0816431d2e.tar.xz glibc-fcaea48fef6d82c56461654248e97d0816431d2e.zip |
Updated to fedora-glibc-20060905T0633 cvs/fedora-glibc-2_4_90-29
Diffstat (limited to 'elf/do-lookup.h')
-rw-r--r-- | elf/do-lookup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/do-lookup.h b/elf/do-lookup.h index f40ab9d8d4..2585d83005 100644 --- a/elf/do-lookup.h +++ b/elf/do-lookup.h @@ -195,6 +195,8 @@ do_lookup_x (const char *undef_name, uint_fast32_t new_hash, while ((*hasharr++ & 1u) == 0); } } + /* No symbol found. */ + symidx = SHN_UNDEF; } else { |