From 59f80f10887fdfa0299b22f33b11efa4ec069fee Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 31 Dec 2006 20:20:13 +0000 Subject: * 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. --- gdb/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/config.in') diff --git a/gdb/config.in b/gdb/config.in index a73bf257048..52176b97025 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -548,6 +548,12 @@ /* Define if has the TD_NOTALLOC error code. */ #undef THREAD_DB_HAS_TD_NOTALLOC +/* Define if has the TD_NOTLS error code. */ +#undef THREAD_DB_HAS_TD_NOTLS + +/* Define if 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 -- cgit v1.2.1