From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15674 invoked by alias); 5 Dec 2001 01:16:38 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 15647 invoked from network); 5 Dec 2001 01:16:34 -0000 Received: from unknown (HELO godel.megacz.com) (64.23.37.80) by sources.redhat.com with SMTP; 5 Dec 2001 01:16:34 -0000 Received: from megacz by godel.megacz.com with local (Exim 3.12 #1 (Debian)) id 16BQgM-0004ox-00 for ; Tue, 04 Dec 2001 20:17:06 -0500 To: gcc@gcc.gnu.org Subject: mangling of '$' From: Adam Megacz X-Home-Page: http://www.megacz.com/adam Organization: Myself Date: Tue, 04 Dec 2001 17:16:00 -0000 Message-ID: <86pu5utqi5.fsf@megacz.com> User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00197.txt.bz2 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