From a32d0d808b140e2d41672471059bd4572b3bcab0 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 10 May 2011 15:52:47 +0000 Subject: [PATCH] Update MIPS dl-lookup.c from generic version. --- ChangeLog.mips | 4 ++++ sysdeps/mips/dl-lookup.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.mips b/ChangeLog.mips index 453774f..2003dff 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -1,3 +1,7 @@ +2011-05-10 Joseph Myers + + * sysdeps/mips/dl-lookup.c: Update from generic version. + 2011-04-11 Joseph Myers * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define. diff --git a/sysdeps/mips/dl-lookup.c b/sysdeps/mips/dl-lookup.c index 50d42fc..78c9f8e 100644 --- a/sysdeps/mips/dl-lookup.c +++ b/sysdeps/mips/dl-lookup.c @@ -211,7 +211,7 @@ do_lookup_x (const char *undef_name, uint_fast32_t new_hash, might exist in more than one form If the library does not provide symbol version information - there is no problem at at: we simply use the symbol if it + there is no problem at all: we simply use the symbol if it is defined. These two lookups need to be handled differently if the -- 2.7.4