aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/abbrev-table-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dwarf2/abbrev-table-cache.h')
-rw-r--r--gdb/dwarf2/abbrev-table-cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/dwarf2/abbrev-table-cache.h b/gdb/dwarf2/abbrev-table-cache.h
index 8469948..d99fb8d 100644
--- a/gdb/dwarf2/abbrev-table-cache.h
+++ b/gdb/dwarf2/abbrev-table-cache.h
@@ -30,6 +30,9 @@ public:
abbrev_table_cache () = default;
DISABLE_COPY_AND_ASSIGN (abbrev_table_cache);
+ abbrev_table_cache (abbrev_table_cache &&) = default;
+ abbrev_table_cache &operator= (abbrev_table_cache &&) = default;
+
/* Find an abbrev table coming from the abbrev section SECTION at
offset OFFSET. Return the table, or nullptr if it has not yet
been registered. */