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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to