This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: compilation failure
- To: jpr at jpr dot com
- Subject: Re: compilation failure
- From: Mark Mitchell <mark at codesourcery dot com>
- Date: Sun, 20 May 2001 11:34:31 -0700
- Cc: gcc at gcc dot gnu dot org, Richard Henderson <rth at cygnus dot com>
- Organization: CodeSourcery, LLC
- References: <20010520141216.F1083@jpradley.jpr.com>
Looks like maybe you'll have to figure out how to define
ASM_OUTPUT_DWARF_PARCEL or UNALIGNED_INT_ASM_OP for your target, since
you're failing here:
#ifdef UNALIGNED_INT_ASM_OP
...
#else
abort ();
#endif
Richard, would it make sense to make that a #error so that we didn't
have to wait until run-time to get the failure?
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com