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


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

Re: Java: Don't mangle "$" characters in identifier names


> Apparently someone once decided that using '.' instead of '$' would be a
> good idea on SVR4 platforms.
> 
> Now that the mangling scheme doesn't use either of these, we should remove
> this macro definition, and most of the remaining NO_*_IN_LABEL code around
> the compiler.
> 
> Jason

Not all assemblers consider $ to be a legal character for a symbol.  The 
purpose of NO_*_IN_LABEL is to allow for that.  If SVR4 requires that, 
then its not on its own.

R.


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