From 71213dc2589554dc8f8061e9b04e80c55d098b6a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 5 Sep 2006 02:02:55 +0000 Subject: * Makerules (shlib.lds): If have-hash-style, put .hash section at the end of the RO segment. 2006-09-04 Ulrich Drepper * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new style hash table format is used. 2006-09-04 Jakub Jelinek --- elf/do-lookup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf') 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 { -- cgit v1.2.3