summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-03-05 04:04:14 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-03-05 04:04:14 +0000
commitacf50c3f4de423fcbe9048c066584dd52d36ae03 (patch)
treeff970ef29b569e9713cacb949a269a23d864773e
parentabfc5558bf4beb7dc381d93baaec4a9a3e4eba7b (diff)
downloaduClibc-alpine-acf50c3f4de423fcbe9048c066584dd52d36ae03.tar.bz2
uClibc-alpine-acf50c3f4de423fcbe9048c066584dd52d36ae03.tar.xz
Add missing dl_error_names string for TLS relocation error. Submitted by Khem Raj.
-rw-r--r--ldso/libdl/libdl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c
index 15d5eaea6..462de4f3d 100644
--- a/ldso/libdl/libdl.c
+++ b/ldso/libdl/libdl.c
@@ -139,6 +139,7 @@ static const char *dl_error_names[] = {
"Not an ELF shared library",
"Unable to mmap file",
"No dynamic section",
+ "Library contains unsupported TLS",
#ifdef ELF_USES_RELOCA
"Unable to process REL relocs",
#else