This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH PING 2/5] Named address spaces: support multiple pointer modes
- From: Richard Henderson <rth at redhat dot com>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: Richard Guenther <richard dot guenther at gmail dot com>, gcc-patches at gcc dot gnu dot org, joseph at codesourcery dot com
- Date: Thu, 24 Sep 2009 09:45:58 -0700
- Subject: Re: [PATCH PING 2/5] Named address spaces: support multiple pointer modes
- References: <200909241606.n8OG61fQ000780@d12av02.megacenter.de.ibm.com>
On 09/24/2009 09:06 AM, Ulrich Weigand wrote:
Putting the macro into targhooks.h actually looks quite straightforward.
No. targhooks.h is (again) used only by files that need to implement
the target structure. It should not be pulled in to other files.
r~