svn commit: branches/uClibc-nptl/ldso/libdl

sjhill at uclibc.org sjhill at uclibc.org
Mon Mar 5 04:04:15 UTC 2007


Author: sjhill
Date: 2007-03-04 20:04:14 -0800 (Sun, 04 Mar 2007)
New Revision: 18006

Log:
Add missing dl_error_names string for TLS relocation error. Submitted by Khem Raj.


Modified:
   branches/uClibc-nptl/ldso/libdl/libdl.c


Changeset:
Modified: branches/uClibc-nptl/ldso/libdl/libdl.c
===================================================================
--- branches/uClibc-nptl/ldso/libdl/libdl.c	2007-03-05 00:27:50 UTC (rev 18005)
+++ branches/uClibc-nptl/ldso/libdl/libdl.c	2007-03-05 04:04:14 UTC (rev 18006)
@@ -139,6 +139,7 @@
 	"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




More information about the uClibc-cvs mailing list