This is the mail archive of the
egcs@egcs.cygnus.com
mailing list for the EGCS project. See the EGCS
home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]
Re: multiple definitions of 'xxx keyed to...' in egcs-1.1.1
- To: law@cygnus.com
- Subject: Re: multiple definitions of 'xxx keyed to...' in egcs-1.1.1
- From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
- Date: Thu, 18 Feb 1999 01:33:17 +0100
- CC: hjl@lucon.org, jason@cygnus.com, mark@markmitchell.com, egcs@cygnus.com
- Delivered-To: listarch-egcs@egcs.cygnus.com
- Delivered-To: mailing list egcs@egcs.cygnus.com
- In-reply-to: <26749.919295221@hurl.cygnus.com> (message from Jeffrey A Law onWed, 17 Feb 1999 16:47:01 -0700)
- Mailing-List: contact egcs-help@egcs.cygnus.com; run by ezmlm
- References: <26749.919295221@hurl.cygnus.com>
- Sender: owner-egcs@egcs.cygnus.com
- User-Agent: SEMI/1.8.6 (Fukuoka) FLIM/1.9.2 (Shin-Tanabe) Emacs/20.3 (with unibyte mode)
> But doesn't Jason's patch avoid this problem by munging the name?
Maybe I haven't seen Jason's patch, then. Current g++ only munges the
name of the source file, if that is used to provide uniqueness. If we
have a global symbol, we are dead sure that it is already unique, and
requires no munging.
Regards,
Martin