Module Name: src Committed By: joerg Date: Tue Jun 7 12:07:35 UTC 2016
Modified Files: src/lib/csu/common: crt0-common.c crtbegin.c Log Message: Fun fact of the weak: a weak reference doesn't have visibility attached. As such, reorganize the start/end references to use a weak reference only, if we use it to remove size knowledge. Otherwise use weak external declarations. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/csu/common/crt0-common.c cvs rdiff -u -r1.11 -r1.12 src/lib/csu/common/crtbegin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.