On Mon, 16 May 2011, Bernd Schmidt wrote:

> +#if 0 /* FIXME: Reenable when TI's tools are fixed.  */
> +  /* ??? Ideally we'd check flag_short_wchar somehow.  */

Ideally you'd check wchar_type_node, the front-end tree node instead of 
the front-end flag used initializing that node.  See what ARM does (via a 
kludge using REGISTER_TARGET_PRAGMAS to call 
arm_lang_object_attributes_init).

> +  asm_fprintf (asm_out_file, "\t.c6xabi_attribute Tag_ABI_wchar_t, %d\n", 2);
> +#endif

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to