summaryrefslogtreecommitdiffstats
path: root/gdb/config.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-12-31 20:20:13 +0000
committerDaniel Jacobowitz <drow@false.org>2006-12-31 20:20:13 +0000
commit59f80f10887fdfa0299b22f33b11efa4ec069fee (patch)
tree0a34fbd27be9ade6b1081bbab5c3ea4efce4d344 /gdb/config.in
parent2fa63963cdcc84d690264e4dcf8dd3d7fbacf7d6 (diff)
downloadppe42-binutils-59f80f10887fdfa0299b22f33b11efa4ec069fee.tar.gz
ppe42-binutils-59f80f10887fdfa0299b22f33b11efa4ec069fee.zip
* 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.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index a73bf25704..52176b9702 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -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
OpenPOWER on IntegriCloud