This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compilation failure


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]