Yet another GCC odditydefora.org 11 pointsephoz13 years ago1 commentSaveHideCopy link On HNComments−emmelaich13y(from 2006, so not sure what it's doing here, but anyway..)This "oddity" is how every C compiler and linker behaves (that I've used) You need it behave this way to have some control over what gets linked in the face of multiple definitions.
Comments
(from 2006, so not sure what it's doing here, but anyway..)
This "oddity" is how every C compiler and linker behaves (that I've used) You need it behave this way to have some control over what gets linked in the face of multiple definitions.