Update.
2000-09-29 Ulrich Drepper <drepper@redhat.com> * elf/cache.c (save_cache): Initialize __unused field in new cache as well to get reproducable results.
This commit is contained in:
parent
2b1ec034a2
commit
3ed0dfa22a
@ -1,3 +1,8 @@
|
||||
2000-09-29 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/cache.c (save_cache): Initialize __unused field in new cache
|
||||
as well to get reproducable results.
|
||||
|
||||
2000-09-29 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* sysdeps/ia64/fpu/libm-test-ulps: Updated for long double.
|
||||
|
@ -320,6 +320,7 @@ save_cache (const char *cache_name)
|
||||
file_entries_new->libs[idx_new].flags = entry->flags;
|
||||
file_entries_new->libs[idx_new].hwcap = entry->hwcap;
|
||||
file_entries_new->libs[idx_new].key = str_offset;
|
||||
file_entries_new->libs[idx_new].__unused = 0;
|
||||
}
|
||||
len = strlen (entry->lib);
|
||||
str = stpcpy (str, entry->lib);
|
||||
|
Loading…
x
Reference in New Issue
Block a user