Remove debugging code accidentally included in last commit.
authorIan Lance Taylor <ian@airs.com>
Thu, 5 Nov 2009 19:56:41 +0000 (19:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 5 Nov 2009 19:56:41 +0000 (19:56 +0000)
gold/output.cc

index 758cf4a28849e9f73b0a87288d0dc8be9f3043d0..61c2ba6f4b1b4b6814a824386a696f48470fa6c7 100644 (file)
@@ -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();