[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [MiNT] Incorporating other calls into the
> From: owner-mint@fishpool.com [mailto:owner-mint@fishpool.com]On Behalf
> Of Guido Flohr
> Sent: Monday, June 28, 1999 10:49 AM
> To: MiNT mailing list
> Subject: Re: [MiNT] Incorporating other calls into the
>
>
> Hi again,
>
> I forgot: Could you also find out how the relocation info in object files
> is handled? Is it the same as in GEMDOS executables? That would mean:
> relocations start right after the symbol table. First long word is an
> offset into the text segment, followed by a chain of chars specifying the
> offset to the last relocation. A `1' will be translated into `254 bytes
> and more offsets follow'. Right?
GEMDOS binaries and DR object files are the same format.
> Any idea how to handle pc relative relocations? Lose?
If it's relative, it doesn't need fixup, right?
> What does the index file look like?
You mean in the archive file? -- I can try to find that, but it's certainly
not used by PureC.