2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
[deliverable/binutils-gdb.git] / gold / incremental.h
index c1f3c990894cbd06d02a737a10bc1f7c4f399b54..cc0e839ee94dc53f7eb5ab551b1ae1483eebae5c 100644 (file)
@@ -125,7 +125,7 @@ class Incremental_binary
 
   // Find the .gnu_incremental_inputs and related sections.  It selects the
   // first section of type SHT_GNU_INCREMENTAL_INPUTS,
-  // SHT_GNU_INCRMENTAL_SYMTAB, and SHT_GNU_INCREMENTAL_RELOCS.
+  // SHT_GNU_INCREMENTAL_SYMTAB, and SHT_GNU_INCREMENTAL_RELOCS.
   // Returns false if the sections are not found.
   bool
   find_incremental_inputs_sections(unsigned int* p_inputs_shndx,
@@ -241,6 +241,10 @@ class Incremental_input_entry
     : filename_key_(filename_key), offset_(0), info_offset_(0), mtime_(mtime)
   { }
 
+  virtual
+  ~Incremental_input_entry()
+  { }
+
   // Return the type of input file.
   Incremental_input_type
   type() const
This page took 0.02411 seconds and 4 git commands to generate.