This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Object file formats, compilers and linkers


On Jan  9, 2001, "JB" <jamesb@northnet.com.au> wrote:

> I'm interested in how a compiler writes a relocatable object file

GCC doesn't.  It just outputs assembly code.  It's the assembler's job
to create a relocatable object file.

> and how a linker messes with these to produce an executable file.

> Is there some kind of easy to read (i.e. plain English)
> documentation on various object and executable file formats, for the
> novice?

There's a very good book on this subject, called Linkers & Loaders (or
something alike), but I heard it's out of print :-(

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]