> -----Original Message-----
> From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of
> Joseph S. Myers
> Sent: 23 October 2012 15:28
> To: Paulo Matos
> Cc: gcc@gcc.gnu.org
> Subject: Re: Documentation problem with TEXT_SECTION_ASM_OP
> 
> So far only TRAMPOLINE_SIZE is handled like that; conversions of other
> macros are welcome.  The list on that wiki page may be a bit out of date,
> but should still be a good starting point for this project.
> 

I have finally understood what you meant about TRAMPOLINE_SIZE. I also found 
the entry where that was made:
2011-06-09  Rainer Orth  <r...@cebitec.uni-bielefeld.de>
            Joseph Myers  <jos...@codesourcery.com>

        * c.opt (fbuilding-libgcc): New option.
        * c-cppbuiltin.c (c_cpp_builtins): Define
        __LIBGCC_TRAMPOLINE_SIZE__ if flag_building_libgcc.

I will give it a try to doing something similar for TEXT_SECTION_ASM_OP to 
start with.

Paulo Matos

Reply via email to