From Craig Silverstein: correct x86_64 dynamic tags.
authorIan Lance Taylor <iant@google.com>
Tue, 2 Oct 2007 22:10:10 +0000 (22:10 +0000)
committerIan Lance Taylor <iant@google.com>
Tue, 2 Oct 2007 22:10:10 +0000 (22:10 +0000)
gold/x86_64.cc

index f9de8abb33e240b972b3e35775de6914a91bb9ab..d7a6ea94e09132d6d2c5b5d0081b2375f2d5a319 100644 (file)
@@ -1035,9 +1035,9 @@ Target_x86_64::do_finalize_sections(Layout* layout)
        {
          const Output_data* od = this->rel_dyn_;
          odyn->add_section_address(elfcpp::DT_RELA, od);
-         odyn->add_section_size(elfcpp::DT_RELSZ, od);
+         odyn->add_section_size(elfcpp::DT_RELASZ, od);
          odyn->add_constant(elfcpp::DT_RELAENT,
-                            elfcpp::Elf_sizes<64>::rel_size);
+                            elfcpp::Elf_sizes<64>::rela_size);
        }
 
       if (!parameters->output_is_shared())
This page took 0.026422 seconds and 4 git commands to generate.