This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix compilation to native x86-64 compiler
- From: Richard Henderson <rth at redhat dot com>
- To: Bo Thorsen <bo at sonofthor dot dk>
- Cc: gcc-patches at gcc dot gnu dot org, patches at x86-64 dot org
- Date: Fri, 30 Nov 2001 13:35:39 -0800
- Subject: Re: Fix compilation to native x86-64 compiler
- References: <20011130135050.948F1BF8D9@pluto.sonofthor.dk>
On Fri, Nov 30, 2001 at 02:50:50PM +0100, Bo Thorsen wrote:
> * config/i386/i386.h (MACHINE_STATE_SAVE): Disable for x86-64.
> (MACHINE_STATE_RESTORE): Likewise.
Not correct. You're controling based on the host, not the target.
r~