From 12af2ab656102bf73265db464ab89e76ff8c0512 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 5 Nov 2009 19:56:41 +0000 Subject: [PATCH] Remove debugging code accidentally included in last commit. --- gold/output.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gold/output.cc b/gold/output.cc index 758cf4a..61c2ba6 100644 --- a/gold/output.cc +++ b/gold/output.cc @@ -3554,11 +3554,9 @@ Output_segment::set_section_list_addresses(const Layout* layout, bool reset, off += (*p)->address() - (addr + (off - startoff)); else { -#if 0 if (!layout->script_options()->saw_sections_clause()) gold_unreachable(); else -#endif { Output_section* os = (*p)->output_section(); -- 2.7.4