aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index dc684be..ca92901 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2019-11-26 Tom Tromey <tom@tromey.com>
+ * acinclude.m4: Include ax_pthread.m4.
+ * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
+ (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
+ (CLIBS): Use PTHREAD_LIBS.
+ (aclocal_m4_deps): Add ax_pthread.m4.
+ * config.in, configure: Rebuild.
+ * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
+
+2019-11-26 Tom Tromey <tom@tromey.com>
+
* symtab.h (struct minimal_symbol) <name_set>: New member.
* minsyms.c (minimal_symbol_reader::record_full): Copy name.
Don't call symbol_set_names.