]> gcc.gnu.org Git - gcc.git/commit - gcc/output.h
target.def (tm_clone_table_section): New hook.
authorIain Sandoe <iains@gcc.gnu.org>
Tue, 22 Nov 2011 10:19:19 +0000 (10:19 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Tue, 22 Nov 2011 10:19:19 +0000 (10:19 +0000)
commit50b0b78a7594143de9d927b2d4edff2065be317d
tree85b8f52e7ea0bebc7684ced5669af4e90f0ec345
parent0b41ebef72631ec8cf5ffd16537d1274c3fd6800
target.def (tm_clone_table_section): New hook.

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.
* output.h (default_clone_table_section): New prototype.
* 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.

From-SVN: r181613
gcc/ChangeLog
gcc/config/darwin-protos.h
gcc/config/darwin.c
gcc/config/darwin.h
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/output.h
gcc/target.def
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tm/20100615.c
gcc/varasm.c
This page took 0.0628300000000001 seconds and 5 git commands to generate.