This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH Re: mangling of '$' / DOLLARS_IN_IDENTIFIERS cleanup


On Wed, Dec 05, 2001 at 03:39:05PM +1300, Bryce McKinlay wrote:
> The problem seems to stem from Java assuming that NO_DOLLAR_IN_LABEL
> meant that the target didn't support dollars in labels, which isn't
> actually the case.

It's supposed to be the case.  Unfortunately, Linux (and perhaps
some others) defined NO_DOLLAR_IN_LABEL in order to preserve 
mangling compatibility with previous versions of gcc.

Given that the current mangler doesn't look at this at all, we
should just fix those places that incorrectly define NO_DOLLAR_IN_LABEL.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]