This is the mail archive of the gcc@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]

mangling of '$'



Hi, all. I recently attempted to link code compiled with g++ to code
compiled with gcj. Unfortunately, the link fails because, according to
Bryce McKinlay (who was kind enough to let me quote this):

> Its because gcj and g++ disagree on how the "$" symbol should be 
> mangled. IIRC, the C++ guys agreed that it should do what gcj does 
> (mangle it to a unicode symbol), but they never implemented it.
 
[as discussed in http://gcc.gnu.org/ml/gcc-patches/2001-03/msg01667.html]

Could anybody here please adjust g++'s mangling of "$" to "__U24", as
gcj does? I'd greatly appreciate it.

Also, I know beggars can't be choosers, but since it seems to be a
simple fix, and since it's sort of limiting my ability to proceed, do
you think you could fix it soon? Sorry, I hate to whine like this...

Thanks!

  - a


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