summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rld-elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/rld-elf.h')
-rw-r--r--rtemstoolkit/rld-elf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtemstoolkit/rld-elf.h b/rtemstoolkit/rld-elf.h
index fffe036..3b42f2c 100644
--- a/rtemstoolkit/rld-elf.h
+++ b/rtemstoolkit/rld-elf.h
@@ -185,6 +185,11 @@ namespace rld
section ();
/**
+ * Default assignment operator.
+ */
+ section& operator=(const rld::elf::section&) = default;
+
+ /**
* Add a data segment descriptor to the section if the file is writable.
*
* These are following data types (from elf(3)):