mirror of git://sourceware.org/git/glibc.git
Update MIPS dl-lookup.c from generic version.
This commit is contained in:
parent
58a9f49bf4
commit
a32d0d808b
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-05-10 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/mips/dl-lookup.c: Update from generic version.
|
||||||
|
|
||||||
2011-04-11 Joseph Myers <joseph@codesourcery.com>
|
2011-04-11 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
|
* sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
|
||||||
|
|
|
||||||
|
|
@ -211,7 +211,7 @@ do_lookup_x (const char *undef_name, uint_fast32_t new_hash,
|
||||||
might exist in more than one form
|
might exist in more than one form
|
||||||
|
|
||||||
If the library does not provide symbol version information
|
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.
|
is defined.
|
||||||
|
|
||||||
These two lookups need to be handled differently if the
|
These two lookups need to be handled differently if the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue