Related articles |
---|
MS-COFF Object Files gleeh@tulletts.sprint.com (1996-11-10) |
Re: MS-COFF Object Files meissner@cygnus.com (Michael Meissner) (1996-11-12) |
Re: MS-COFF Object Files htak@eskimo.com (1996-11-12) |
Re: MS-COFF Object Files shankar@chromatic.com (1996-11-12) |
Re: MS-COFF Object Files alt-x@erinet.com (1996-11-14) |
Re: MS-COFF Object Files albaugh@agames.com (1996-11-19) |
From: | gleeh@tulletts.sprint.com |
Newsgroups: | comp.compilers |
Date: | 10 Nov 1996 15:49:54 -0500 |
Organization: | .netkonect (customer account) |
Keywords: | linker, question, comment |
Is there any code shareware etc, that abstracts object file format ?
I want to port/recode a codegen I have for 16bit 286 to 32bit 486+
CPU's.
A subject I never see discussed however is object file formats.
Its all very well writing a codegen generator, that creates block of
machine code, but what about the messy details of differing object
file formats.
Is there such a thing as an 'OBJ format' independent codegen ?
When you think about it, the obj format is nothing to do with code
generation, I wonder if anyone has nay views or info on this aspect
of compilers ?
Thanks, Hugo
[There's a GNU object library, but I don't recall having seen an MS
backend for it. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.