Re: "common" symbols are no longer common?

Edgar Fuß <[email protected]> Sat, 22 Feb 2025 16:39:30 +0100
Newsgroups gmane.os.netbsd.devel.toolchain
Message-ID <Z7nvsvt/[email protected]>
I'm not sure I understand this correctly.

Is this about several compilation units declaring
	extern int foo;
and no-one declaring
	int foo;
and the question whether linking them together regards foo as undefined?