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]
Other format: [Raw text]

Re: Gcc-backend files,


On 24-Oct-2002, Avinash K. Shrivastava <avi@cse.iitb.ac.in> wrote:
> 
> [1] Do the files 
>      main.o
>      libbackend.a
>     constitute "specifically", the gcc backend [latest version]

No.  There's also the header files, e.g. tree.h, toplev.h, etc.,
which contain functionality in the form of macros which are
part of the backend, but not included in libbackend.a.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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