Fix forced allocation of common (-d) during -r links.
[deliverable/binutils-gdb.git] / gold / output.h
index 62386a6abdcc19790a0e66a1c1f6abc0b3d6698f..9083b5ac74d98d6916debe8e8cfafd3b8631e474 100644 (file)
@@ -4851,8 +4851,8 @@ class Output_segment
   // Set the section addresses in an Output_data_list.
   uint64_t
   set_section_list_addresses(Layout*, bool reset, Output_data_list*,
-                            uint64_t addr, off_t* poff, unsigned int* pshndx,
-                            bool* in_tls);
+                            uint64_t addr, off_t* poff, off_t* fpoff,
+                            unsigned int* pshndx, bool* in_tls);
 
   // Return the number of Output_sections in an Output_data_list.
   unsigned int
This page took 0.023564 seconds and 4 git commands to generate.