Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/sparc



On Tue, Jul 31, 2012 at 07:14:03PM +1000, matthew green wrote:
> > 
> > I like the -no-common one, and fallout is easy to fix...
> 
> if it is so easy, why hasn't someone done it already?  it's not
> like normal development -- this hangs the machine hard and you
> have to go reset by hand.

If the intent of adding -fno-common is to remove issues with common
data, then it is really doing the wrong thing.
You really need to error 'common' data items, not convert them to bss.

That might need a check later on the generated files.

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index