This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: newlib library init requirements?
- From: Jeff Johnston <jjohnstn at redhat dot com>
- To: "Jonathan S. Shapiro" <shap at eros-os dot com>
- Cc: newlib at sourceware dot org
- Date: Thu, 08 Mar 2007 19:24:38 -0500
- Subject: Re: newlib library init requirements?
- References: <1173216910.14893.7.camel@shap.om-md.eros-os.com>
Jonathan S. Shapiro wrote:
I am bringing up a new crt1. Does newlib have an initialization
procedure that must be called from crt1 before main() is called?
Nothing specific from newlib itself other than what you'd find in crt0.
Any C++ initialization should be defined by the ABI for your
platform.
-- Jeff J.