------- Comment #13 from iains at gcc dot gnu dot org 2010-08-24 15:17 ------- (In reply to comment #12) > Subject: Re: m32 lto produces non-relocatable subtraction > expression errors > > Hmm, actually the symbol is not changed, since it is externally visible > symbol.
ah, OK. > assemble_external (). is a no-op on darwin (unless the symbol is weak). since we don't declare ASM_OUTPUT_EXTERNAL. There might be some trick with marking the symbols weak/weak_import but I know nothing of the internals of lto to comment further. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44812