* v850-tdep.c: (v850e2_register_name): (v850e2_reg_names):
[deliverable/binutils-gdb.git] / gold / script-sections.h
index 5b781524276a6b8d0ab1f38bf77f1829be66e363..9ff44ea3d27374fbfa6ea8630b659f6755380a60 100644 (file)
@@ -163,10 +163,12 @@ class Script_sections
   // PSCRIPT_SECTION_TYPE points to a location for returning the section
   // type specified in script.  This can be SCRIPT_SECTION_TYPE_NONE if
   // no type is specified.
+  // *KEEP indicates whether the section should survive garbage collection.
   const char*
   output_section_name(const char* file_name, const char* section_name,
                      Output_section*** output_section_slot,
-                     Section_type* pscript_section_type);
+                     Section_type* pscript_section_type,
+                     bool* keep);
 
   // Place a marker for an orphan output section into the SECTIONS
   // clause.
This page took 0.023586 seconds and 4 git commands to generate.