From: Ian Lance Taylor Date: Fri, 27 Aug 2010 18:00:58 +0000 (+0000) Subject: * incremental.h (class Incremental_input_entry): Add virtual X-Git-Tag: sid-snapshot-20100901~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b56648ad4f60540f9b2a6b71ced34d1128232b61;p=external%2Fbinutils.git * incremental.h (class Incremental_input_entry): Add virtual destructor. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index e1d051d..87eb2eb 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,10 @@ 2010-08-27 Ian Lance Taylor + * incremental.h (class Incremental_input_entry): Add virtual + destructor. + +2010-08-27 Ian Lance Taylor + * testsuite/start_lib_test_3.c: Mark t3 as used. 2010-08-27 Nick Clifton diff --git a/gold/incremental.h b/gold/incremental.h index c1f3c99..2f5e068 100644 --- a/gold/incremental.h +++ b/gold/incremental.h @@ -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