Fix AArch64 encodings for by element instructions.
[deliverable/binutils-gdb.git] / gold / aarch64.cc
index 8de9a26765e82a4c60d6cd93efed32fceadd486a..67f210876d3d6096bf606f9c536c577e8bcba591 100644 (file)
@@ -6965,11 +6965,11 @@ Target_aarch64<size, big_endian>::do_finalize_sections(
     }
 
   // Set the size of the _GLOBAL_OFFSET_TABLE_ symbol to the size of
-  // the .got.plt section.
+  // the .got section.
   Symbol* sym = this->global_offset_table_;
   if (sym != NULL)
     {
-      uint64_t data_size = this->got_plt_->current_data_size();
+      uint64_t data_size = this->got_->current_data_size();
       symtab->get_sized_symbol<size>(sym)->set_symsize(data_size);
 
       // If the .got section is more than 0x8000 bytes, we add
This page took 0.024302 seconds and 4 git commands to generate.