]> Git Repo - binutils.git/blobdiff - gold/output.h
2010-10-29 Doug Kwan <[email protected]>
[binutils.git] / gold / output.h
index d36d587ea196f18ebc9c70e843331e5864528985..1bfb054a85766047b14d48c0ab7913b147156b9e 100644 (file)
@@ -2542,9 +2542,12 @@ class Output_section : public Output_data
   void
   add_output_section_data(Output_section_data* posd);
 
-  // Add a relaxed input section PORIS to this output section.
+  // Add a relaxed input section PORIS called NAME to this output section
+  // with LAYOUT.
   void
-  add_relaxed_input_section(Output_relaxed_input_section* poris);
+  add_relaxed_input_section(Layout* layout,
+                           Output_relaxed_input_section* poris,
+                           const std::string& name);
 
   // Return the section name.
   const char*
This page took 0.02334 seconds and 4 git commands to generate.