-
Andrew Morton authored
From: Jan Hubicka <jh@suse.cz> GCC now converts sprintf (a,"%s",b) to strcpy. This lose on kernel as strcpy is not inlined and not present in library, so one gets linker failure. It seems to make sense to apply this optimization by hand.
71efc910