This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: multiple definitions of 'xxx keyed to...' in egcs-1.1.1
- To: law at cygnus dot com
- Subject: Re: multiple definitions of 'xxx keyed to...' in egcs-1.1.1
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Thu, 18 Feb 1999 01:33:17 +0100
- CC: hjl at lucon dot org, jason at cygnus dot com, mark at markmitchell dot com, egcs at cygnus dot com
- References: <26749.919295221@hurl.cygnus.com>
> 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