Jonas Maebe wrote:
On 31 May 2011, at 11:41, Mark Morgan Lloyd wrote:

* In the rtl, dllprt0.as is missing but I notice that on SPARC and several others it is empty. I've tentatively created an empty file.

The contents of this file have to be implemented to compile dynamic libraries.

* In the rtl, cprt0.as is missing and I notice that on other targets it is not empty.

This one is required to compile programs that link to the C library.

Same applies to gprt0.as.

And this one is required to compile programs with -pg (gprof support)

Thanks, so for the moment they can be dummies? I think I could fill them in if necessary by referring to other platforms, but I'd rather get the hang of the calling conventions etc. first.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to