This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] prevent core dump for multiple def symbols
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: Daniel Jacobowitz <drow at false dot org>
- Cc: Fergal Daly <fergal at esatclear dot ie>, binutils at sources dot redhat dot com, gdb-patches at sources dot redhat dot com
- Date: 11 Jun 2004 11:39:35 -0400
- Subject: Re: [PATCH] prevent core dump for multiple def symbols
- References: <20040611144526.GF16613@dyn.fergaldaly.com><20040611145341.GA24143@nevyn.them.org>
Daniel Jacobowitz <drow@false.org> writes:
> It seems obvious and correct to me. Is multiple_definition a recent
> callback or did I just miss it when I wrote simple.c? [I won't even
> ask how you have a shared library with multiple definitions of a
> dynamic symbol.]
multiple_definition is not a recent callback. It's been there from
the start.
I agree that for it to be called in this scenario is odd.
Ian