* output.h (Output_data_dynamic::add_section_size): New method
[deliverable/binutils-gdb.git] / gold / arm.cc
index f121f93fcf20757ab76e288a9c650c2732413d1c..902805c3956f0e60fb9fd658be41cad917916efd 100644 (file)
@@ -7094,7 +7094,7 @@ Target_arm<big_endian>::do_finalize_sections(
                                  ? NULL
                                  : this->plt_->rel_plt());
   layout->add_target_dynamic_tags(true, this->got_plt_, rel_plt,
-                                 this->rel_dyn_, true);
+                                 this->rel_dyn_, true, false);
 
   // Emit any relocs we saved in an attempt to avoid generating COPY
   // relocs.
This page took 0.029863 seconds and 4 git commands to generate.