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 11:16:44AM +0100, David Laight wrote:
 > 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.

er wot?

The "issues" are multiply defined symbols, and switching them from
common to bss does in fact cause them to error out. That's the point.

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index