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: [PATCH] PR 32130 powerpc-unknown-eabisim build failure (take two)


	You explain that there is a symbol name conflict and the patch
clearly resolves the conflict, but there is no explanation about how the
conflict occurred now or why this is the correct fix.  Why is crtstuff.c
now producing those symbols?

	I guess because these symbols only are used at link-edit time,
this will not create a problem intermixing code from older and newer
versions of GCC.

	Was this caused by the HIDDEN_DTOR_LIST_END change?

	I am not convinced why this is the correct fix.

Thanks, David


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