Zero-extend address from 32-bit to 64-bit for ADDR32 prefix
[deliverable/binutils-gdb.git] / gold / ehframe.h
index d5ac668e417faf423b8feddca5d3cf33705119b5..8aab8b81684b58317dc11f21c25b9fe6c52ad4ba 100644 (file)
@@ -60,10 +60,7 @@ class Eh_frame_hdr : public Output_section_data
   record_fde(section_offset_type fde_offset, unsigned char fde_encoding)
   {
     if (!this->any_unrecognized_eh_frame_sections_)
-      {
-       Hold_lock(*this->lock_);
-       this->fde_offsets_.push_back(std::make_pair(fde_offset, fde_encoding));
-      }
+      this->fde_offsets_.push_back(std::make_pair(fde_offset, fde_encoding));
   }
 
  protected:
@@ -160,8 +157,6 @@ class Eh_frame_hdr : public Output_section_data
   // Whether we found any .eh_frame sections which we could not
   // process.
   bool any_unrecognized_eh_frame_sections_;
-  // Lock held while updating fde_offsets_.
-  Lock* lock_;
 };
 
 // This class holds an FDE.
This page took 0.02308 seconds and 4 git commands to generate.