* layout.cc (Layout::set_segment_offsets): Don't try to realign data
[deliverable/binutils-gdb.git] / gold / output.h
index 40d8d3fe98dd3ef7e454ef46de7de6289b0a2b59..52c69e9bd1e10751be234cd4b31692f0a103b8e3 100644 (file)
@@ -3908,8 +3908,8 @@ class Output_segment
   // *PSHNDX.  This should only be called for a PT_LOAD segment.
   uint64_t
   set_section_addresses(const Layout*, bool reset, uint64_t addr,
-                       unsigned int increase_relro, off_t* poff,
-                       unsigned int* pshndx);
+                       unsigned int* pincrease_relro, bool* has_relro,
+                       off_t* poff, unsigned int* pshndx);
 
   // Set the minimum alignment of this segment.  This may be adjusted
   // upward based on the section alignments.
This page took 0.023117 seconds and 4 git commands to generate.