[gdb] Fixup incomplete patch 0dbfed25e9
[deliverable/binutils-gdb.git] / gold / output.cc
index 0a34a2af21e3258b9a70eae3be6232b0b1f5cd67..1701db1c99f18f5a0f8645ff2d548d7961098cc5 100644 (file)
@@ -2395,7 +2395,8 @@ Output_section::Output_section(const char* name, elfcpp::Elf_Word type,
     lookup_maps_(new Output_section_lookup_maps),
     free_list_(),
     free_space_fill_(NULL),
-    patch_space_(0)
+    patch_space_(0),
+    reloc_section_(NULL)
 {
   // An unallocated section has no address.  Forcing this means that
   // we don't need special treatment for symbols defined in debug
This page took 0.044336 seconds and 4 git commands to generate.