4.1.3 Loading foreign language files

4.1.3.1 Restrictions when using the foreign loader

The following rules apply when you are writing or compiling code that will be loaded or reloaded as foreign code:

ld -r file-names -o temp.o
The text segment from an object file is never contiguous to the data segment from that object file, and it is unsafe to assume that text will lie below data. The information returned bysbrk(0) is not useful.

temp = &function +10;      /* C code to avoid. */
(*temp)(19);


The Advanced User's Guide - 9 SEP 1996

Generated with Harlequin WebMaker