Framework for relocation scanning. Implement simple static TLS
[deliverable/binutils-gdb.git] / gold / output.h
index 368e4ba4387ab890bc3093523ed929f521755157..e036b98bc1ea21567fe93e82e2f56f0b54967912 100644 (file)
@@ -443,6 +443,11 @@ class Output_segment
   flags() const
   { return this->flags_; }
 
+  // Return the memory size.
+  uint64_t
+  memsz() const
+  { return this->memsz_; }
+
   // Return the maximum alignment of the Output_data.
   uint64_t
   max_data_align() const;
This page took 0.023952 seconds and 4 git commands to generate.