gas: run the hwcaps-bump tests with 64-bit sparc objects only.
[deliverable/binutils-gdb.git] / gold / output.cc
index 0a9e58f71d2d3268b207c6634eb0fa397c5a3dcc..8e043d7cedc642b84b9dede0283aaf5b76eb00df 100644 (file)
@@ -4398,7 +4398,7 @@ Output_segment::set_section_addresses(const Target* target,
   this->offset_ = orig_off;
 
   off_t off = 0;
-  uint64_t ret;
+  uint64_t ret = 0;
   for (int i = 0; i < static_cast<int>(ORDER_MAX); ++i)
     {
       if (i == static_cast<int>(ORDER_RELRO_LAST))
This page took 0.027018 seconds and 4 git commands to generate.