This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question about a varasm change
- To: Bernd Schmidt <bernds at redhat dot co dot uk>
- Subject: Re: Question about a varasm change
- From: Jason Merrill <jason at redhat dot com>
- Date: 18 Sep 2000 00:24:49 -0700
- Cc: gcc at gcc dot gnu dot org, jason at cse dot cygnus dot com
- References: <Pine.LNX.4.21.0009151216230.32574-100000@mahatma.cygnus.co.uk>
The change fixes DECL_ASSEMBLER_NAME so that it actually corresponds to the
name used in assembler output, as documented. If the stabs backend expects
it to be the unmangled name from the source, it's looking in the wrong
place; that's what DECL_NAME is for.
Jason