daily update
[deliverable/binutils-gdb.git] / gold / layout.h
index 100518305e1683d9723508c54f2412a791e4a333..714c374e9c0f012291f23961598a0ab8aa7eba5c 100644 (file)
@@ -469,6 +469,18 @@ class Layout
   make_output_section(const char* name, elfcpp::Elf_Word type,
                      elfcpp::Elf_Xword flags);
 
+  // Attach a section to a segment.
+  void
+  attach_to_segment(Output_section*, elfcpp::Elf_Xword flags);
+
+  // Allocate a previously unallocated output section.
+  void
+  allocate_output_section(Output_section*, elfcpp::Elf_Xword flags);
+
+  // Turn a read-only output section into a read-write output section.
+  void
+  write_enable_output_section(Output_section*, elfcpp::Elf_Xword flags);
+
   // Set the final file offsets of all the segments.
   off_t
   set_segment_offsets(const Target*, Output_segment*, unsigned int* pshndx);
This page took 0.024736 seconds and 4 git commands to generate.