|
From: | petechou at gmail dot com |
Subject: | [Bug gold/15200] Runtime undefined reference to __exidx_start/_end |
Date: | Wed, 20 Mar 2013 06:20:57 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=15200 --- Comment #18 from pete <petechou at gmail dot com> 2013-03-20 06:20:57 UTC --- Sorry! Yours is correct. Forget about this. (In reply to comment #17) > > And we should return NULL if oldsym->in_reg() is true instead? > > if (oldsym == NULL) > return NULL; > if (oldsym->source() == Symbol::IS_UNDEFINED) > ; > else if (oldsym->in_reg()) > return NULL; > else if (oldsym->is_from_dynobj()) > ; > else > return NULL; > -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |