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

Re: Undefined references due to varasm.c (globalize_decl) changes


>>>>> "Danny" == Danny Smith <danny_r_smith_2001@yahoo.co.nz> writes:

>> Would it work to always get the name from the RTL instead?

> That was my first fix. and yes it worked on mingw32, but--not being
> familiar with other targets --I thought it might be safer to let each
> caller make the choice of whether to use RTL name or the
> DECL_ASSEMBLER_NAME.  This is what happened before globalize_decl was
> born.

Let's not worry about safer right now.  If it breaks something, we'll find
out soon enough; otherwise, let's try to use the simpler solution.

Jason


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