This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [Patch] make it possible for the target to rename ".tm_clone_table"



On 21 Nov 2011, at 00:17, Richard Henderson wrote:


On 11/20/2011 05:34 AM, Iain Sandoe wrote:

gcc:


* target.def (tm_clone_table_section): New hook.
* doc/tm.texi.in (TARGET_ASM_TM_CLONE_TABLE_SECTION): Define.
* doc/tm.texi: Regenerate.
* varasm.c (dump_tm_clone_pairs): Use target tm_clone_table_section.
* config/darwin.h (TARGET_ASM_TM_CLONE_TABLE_SECTION): New.
* config/darwin-protos.h (darwin_tm_clone_table_section): New prototype.
* config/darwin.c (darwin_tm_clone_table_section): New.


gcc/testsuite:

* gcc.dg/tm/20100615.c: Adjust for Darwin tm_clone_table section name.

Ok.

This is what I committed (r181613)after accounting for: http://gcc.gnu.org/ml/gcc-patches/2011-11/msg02069.html and point 2 in http://gcc.gnu.org/ml/gcc-patches/2011-11/msg02155.html (and noting that I'd missed output.h from the original ChangeLog)

Iain

Attachment: 181612-libitm-clone-table-sect-diff.txt
Description: Text document






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