1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2000-09-16  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/ia64/Implies: Reorder ieee754 implies so that ldbl-* comes
	first.
	* sysdeps/m68k/Implies: Likewise.
	* sysdeps/sparc/sparc64/Implies: Likewise.

2000-09-16  Jakub Jelinek  <jakub@redhat.com>

	* elf/readlib.c (process_file): Don't error for stale .so links either.

	* elf/dl-load.c (_dl_map_object_from_fd): Add one more
	__builtin_expect.
This commit is contained in:
Ulrich Drepper
2000-09-16 23:00:38 +00:00
parent 392a923998
commit 7ad9abc031
6 changed files with 23 additions and 8 deletions

View File

@ -87,7 +87,7 @@ process_file (const char *file_name, const char *lib, int *flag,
if (file == NULL)
{
/* No error for stale symlink. */
if (is_link && strstr (file_name, ".so.") != NULL)
if (is_link && strstr (file_name, ".so") != NULL)
return 1;
error (0, 0, _("Input file %s not found.\n"), file_name);
return 1;