Iain Sandoe <develo...@sandoe-acoustics.co.uk> writes:

> Index: gcc/defaults.h
> ===================================================================
> --- gcc/defaults.h    (revision 181476)
> +++ gcc/defaults.h    (working copy)
> @@ -392,6 +392,14 @@ see the files COPYING3 and COPYING.RUNTIME respect
>  #endif
>  #endif
>  
> +/* If we have named sections, provide a name for the transaction clone
> +   table section.  */
> +#if defined (TARGET_ASM_NAMED_SECTION)
> +#ifndef TM_CLONE_TABLE_SECTION_NAME
> +#define TM_CLONE_TABLE_SECTION_NAME ".tm_clone_table"
> +#endif
> +#endif
> +

This, together with the unconditional use in varasm.c, will lead to a
bootstrap failure on Tru64 UNIX, which lacks named sections completely.

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Reply via email to