mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* 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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user