Module Name: src Committed By: matt Date: Wed Dec 11 06:55:25 UTC 2013
Modified Files: src/lib/csu/common: crtbegin.c Log Message: Make sure the __CTOR_LIST__ is just aligned to a pointer boundary. By default, mips N32 will aligned to a 64-bit boundary not 32-bit which causes an extra NULL entry to be added. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 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.