compilation failure
Mark Mitchell
mark@codesourcery.com
Sun May 20 11:34:00 GMT 2001
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
More information about the Gcc
mailing list