aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/Makefile.am
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-12-21 16:48:38 -0700
committerTom Tromey <tom@tromey.com>2022-01-18 10:14:43 -0700
commit0589ca4e7ba9b8d60599706b57be22c007c1f4fa (patch)
tree7fdde22953de4f48839190426acf158768445dc4 /gdbsupport/Makefile.am
parentbf31fd38f02ca9b1a7d75e2d00ee0af665fd3efd (diff)
downloadgdb-0589ca4e7ba9b8d60599706b57be22c007c1f4fa.zip
gdb-0589ca4e7ba9b8d60599706b57be22c007c1f4fa.tar.gz
gdb-0589ca4e7ba9b8d60599706b57be22c007c1f4fa.tar.bz2
Introduce gdb-hashtab module in gdbsupport
gdb has some extensions and helpers for working with the libiberty hash table. This patch consolidates these and moves them to gdbsupport.
Diffstat (limited to 'gdbsupport/Makefile.am')
-rw-r--r--gdbsupport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdbsupport/Makefile.am b/gdbsupport/Makefile.am
index 73d4149..9e43348 100644
--- a/gdbsupport/Makefile.am
+++ b/gdbsupport/Makefile.am
@@ -52,6 +52,7 @@ libgdbsupport_a_SOURCES = \
filestuff.cc \
format.cc \
gdb-dlfcn.cc \
+ gdb-hashtab.cc \
gdb_obstack.cc \
gdb_tilde_expand.cc \
gdb_wait.cc \