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]

Re: Question about a varasm change


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

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