Related articles |
---|
Retrieving function addresses in an object file px_seven@yahoo.se (Fredric M) (2010-04-06) |
Re: Retrieving function addresses in an object file cr88192@hotmail.com (BGB / cr88192) (2010-04-10) |
Retrieving function addresses in an object file chakaram@auth.gr (Chariton Karamitas) (2010-04-12) |
From: | Chariton Karamitas <chakaram@auth.gr> |
Newsgroups: | comp.compilers |
Date: | Mon, 12 Apr 2010 22:05:01 +0300 |
Organization: | Compilers Central |
References: | 10-04-019 |
Keywords: | linker |
Posted-Date: | 13 Apr 2010 23:17:00 EDT |
Hello,
Afaik you can, indeed, use ld to produce your own object/executable
formats. ld uses the bfd library (check the binutils source code) to
produce the target file, so, you just have to add support for your
file format in bfd.
./ck
--
Chariton Karamitas
Undergraduate Student
Electrical and Computer Engineering Department
Fuculty of Engineering
Aristotle University of Thessaloniki, Greece
[This is true, but modifying BFD is not for the faint hearted. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.