compilation failure

Richard Henderson rth@redhat.com
Sun May 20 11:59:00 GMT 2001


On Sun, May 20, 2001 at 11:34:31AM -0700, Mark Mitchell wrote:
> 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

See http://gcc.gnu.org/ml/gcc/2001-05/msg00819.html .

> 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?

No.  If you're not capable of emitting pc-relative relocs, you
shouldn't be asking for them via ASM_PREFERRED_EH_DATA_FORMAT.


r~



More information about the Gcc mailing list