multiple definitions of 'xxx keyed to...' in egcs-1.1.1

Mumit Khan khan@xraylith.wisc.edu
Sun Feb 28 18:15:00 GMT 1999


On Sat, 20 Feb 1999, H.J. Lu wrote:

>  
> +#if defined(ASM_OUTPUT_CONSTRUCTOR) && defined(ASM_OUTPUT_DESTRUCTOR)
> +  /* It can be a static function with .ctors/.dtors sections. */
> +  TREE_PUBLIC (current_function_decl) = 0;
> +#endif
> +

Whoa, this affects other systems besides ELF, so let's please be careful!
I know for sure it affects windows32 PE-COFF systems, and possibly all the
other COFF'ish systems as well.

I'll try it out locally to see the effect on windows32, but only on my dev 
branch, not 1.1.2 branch.

Regards,
Mumit





More information about the Gcc-patches mailing list