This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Preliminary target abstraction patch
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Subject: Re: [RFC] Preliminary target abstraction patch
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Thu, 21 Jun 2001 20:29:21 +0100
- Cc: gcc-patches at gcc dot gnu dot org, Mark Mitchell <mark at codesourcery dot com>
Joseph S. Myers wrote:-
> As promised, here is the corresponding documentation patch.
Thanks, Joseph. I'll add your docs to the patch.
> +@file{config.h}. The source file defines a variable @code{target},
> +which is a structure containing pointers to functions and data relating
> +to the target machine, as well as those functions and data and other
> +functions called from macros defined in the @file{.h} file.
I found this last phrase a little confusing, so I'll reword it.
Neil.