Rename EM_486 to EM_IAMCU
[deliverable/binutils-gdb.git] / gold / layout.h
index aec0c53be778d890bf8213b58203fac44606f8d7..9039ee8851d93867c1f7aba310fbbf54461c07f2 100644 (file)
@@ -635,6 +635,12 @@ class Layout
                  unsigned int reloc_shndx, unsigned int reloc_type,
                  off_t* offset);
 
+  // After processing all input files, we call this to make sure that
+  // the optimized .eh_frame sections have been added to the output
+  // section.
+  void
+  finalize_eh_frame_section();
+
   // Add .eh_frame information for a PLT.  The FDE must start with a
   // 4-byte PC-relative reference to the start of the PLT, followed by
   // a 4-byte size of PLT.
This page took 0.033709 seconds and 4 git commands to generate.