From 28e67f5d7578ff0e31087d70bbdf5701852e92c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Fri, 4 Dec 2009 18:18:18 +0000 Subject: 2009-12-04 Rafael Avila de Espindola * incremental.cc (Incremental_inputs::sized_create_inputs_section_data): Don't set the data_offset twice. --- gold/incremental.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gold/incremental.cc') diff --git a/gold/incremental.cc b/gold/incremental.cc index 63c2f18037..bf028349ef 100644 --- a/gold/incremental.cc +++ b/gold/incremental.cc @@ -509,10 +509,6 @@ Incremental_inputs::sized_create_inputs_section_data() default: gold_unreachable(); } - // TODO: add per input data and timestamp. Currently we store - // an out-of-bounds offset for future version of gold to reject - // such an incremental_inputs section. - entry.put_data_offset(0xffffffff); entry.put_timestamp_sec(it->second.mtime.seconds); entry.put_timestamp_nsec(it->second.mtime.nanoseconds); entry.put_input_type(it->second.type); -- cgit v1.2.3