This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
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.