Subject: Re: port-xen/29887: sysctl kern.consdev coredumps
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-userlevel
Date: 06/17/2005 18:45:46
On Jun 17, 2005, at 4:29 PM, der Mouse wrote:

> I'm inclined to agree with you.  memcpy should not be inlined unless
> some suitable option - probably the same one that enables converting
> special cases of printf to fputs - is given.

If you want GCC to pretend that it is not in a hosted environment,  
you are always free to pass -ffreestanding as a compiler option.   
However, I, for one, would not appreciate your personal preference  
becoming the default and thus needlessly slowing down my binaries.

-- thorpej