* configure.ac: Add tests for TD_VERSION and TD_NOTLS.

* linux-thread-db.c (thread_db_err_str): Recognize TD_NOTALLOC,
	TD_VERSION, and TD_NOTLS.
	* configure, config.in: Regenerated.
This commit is contained in:
Daniel Jacobowitz
2006-12-31 20:20:13 +00:00
parent 2fa63963cd
commit 59f80f1088
5 changed files with 182 additions and 6 deletions

View File

@ -548,6 +548,12 @@
/* Define if <thread_db.h> has the TD_NOTALLOC error code. */
#undef THREAD_DB_HAS_TD_NOTALLOC
/* Define if <thread_db.h> has the TD_NOTLS error code. */
#undef THREAD_DB_HAS_TD_NOTLS
/* Define if <thread_db.h> has the TD_VERSION error code. */
#undef THREAD_DB_HAS_TD_VERSION
/* Define to 1 if the regex included in libiberty should be used. */
#undef USE_INCLUDED_REGEX