diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-12-31 20:20:13 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-12-31 20:20:13 +0000 |
commit | 59f80f10887fdfa0299b22f33b11efa4ec069fee (patch) | |
tree | 0a34fbd27be9ade6b1081bbab5c3ea4efce4d344 /gdb/config.in | |
parent | 2fa63963cdcc84d690264e4dcf8dd3d7fbacf7d6 (diff) | |
download | binutils-gdb-59f80f10887fdfa0299b22f33b11efa4ec069fee.tar.gz |
* 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.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 <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 |