C6X port 10/11: The port

Joseph S. Myers joseph@codesourcery.com
Thu Jun 16 21:45:00 GMT 2011


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
joseph@codesourcery.com



More information about the Gcc-patches mailing list