mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
2001-03-16 Jakub Jelinek <jakub@redhat.com> * elf/ldconfig.c (search_dir): Remove bogus diagnostic, instead update osversion from more recent library.
This commit is contained in:
parent
ffeac41785
commit
b15ff9d65e
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-16 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* elf/ldconfig.c (search_dir): Remove bogus diagnostic, instead
|
||||||
|
update osversion from more recent library.
|
||||||
|
|
||||||
2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
2001-03-13 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/s390/Dist: Move to...
|
* sysdeps/unix/sysv/linux/s390/Dist: Move to...
|
||||||
|
@ -758,12 +758,8 @@ search_dir (const struct dir_entry *entry)
|
|||||||
error (0, 0, _("libraries %s and %s in directory %s have same soname but different type."),
|
error (0, 0, _("libraries %s and %s in directory %s have same soname but different type."),
|
||||||
dlib_ptr->name, direntry->d_name, entry->path);
|
dlib_ptr->name, direntry->d_name, entry->path);
|
||||||
}
|
}
|
||||||
/* OS version should be the same - sanity check. */
|
|
||||||
if (dlib_ptr->osversion != osversion)
|
|
||||||
error (0, 0, _("libraries %s and %s in directory %s have same\n"
|
|
||||||
"soname but different minimal supported OS version."),
|
|
||||||
dlib_ptr->name, direntry->d_name, entry->path);
|
|
||||||
free (dlib_ptr->name);
|
free (dlib_ptr->name);
|
||||||
|
dlib_ptr->osversion = osversion;
|
||||||
dlib_ptr->name = xstrdup (direntry->d_name);
|
dlib_ptr->name = xstrdup (direntry->d_name);
|
||||||
dlib_ptr->is_link = is_link;
|
dlib_ptr->is_link = is_link;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user