* object.cc (Sized_relobj_file::do_layout): Remove assertion which
authorIan Lance Taylor <ian@airs.com>
Mon, 12 Sep 2011 17:34:26 +0000 (17:34 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 12 Sep 2011 17:34:26 +0000 (17:34 +0000)
triggered if object has no symbols.

gold/ChangeLog
gold/object.cc

index bcace3c..b0e7b7c 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-12  Ian Lance Taylor  <iant@google.com>
+
+       * object.cc (Sized_relobj_file::do_layout): Remove assertion which
+       triggered if object has no symbols.
+
 2011-09-09  David S. Miller  <davem@davemloft.net>
 
        * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
index 4b69696..0c50bd3 100644 (file)
@@ -1582,8 +1582,6 @@ Sized_relobj_file<size, big_endian>::do_layout(Symbol_table* symtab,
        p != eh_frame_sections.end();
        ++p)
     {
-      gold_assert(external_symbols_offset != 0);
-
       unsigned int i = *p;
       const unsigned char* pshdr;
       pshdr = section_headers_data + i * This::shdr_size;