X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gold%2Fsymtab.cc;h=c4330186e5fafdff2e5f538ee2a2112242dd130c;hb=feba93770920f91760d6390541221b75ba5c95f3;hp=70fb3f04f9ba3f78bec70c00d07dea8003edfc6a;hpb=b6cc44453451b1ac6ca22d83875a6c3583ceec3d;p=platform%2Fupstream%2Fbinutils.git diff --git a/gold/symtab.cc b/gold/symtab.cc index 70fb3f0..c433018 100644 --- a/gold/symtab.cc +++ b/gold/symtab.cc @@ -547,7 +547,6 @@ Symbol::set_output_segment(Output_segment* os, Segment_offset_base base) void Symbol::set_undefined() { - gold_assert(this->is_predefined_); this->source_ = IS_UNDEFINED; this->is_predefined_ = false; }