OSDN Git Service

crtstuff: adjust tm clones for no attribute hidden
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Nov 2011 21:16:49 +0000 (21:16 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Nov 2011 21:16:49 +0000 (21:16 +0000)
commitd9ca835b3b4ef766be2771d39b804e7e617ca9f2
tree02ea37e2e5f9a575226f09236d4eb72a053aeb89
parentacc48fa68c0ec925302564118d343d6cafa8fccb
crtstuff: adjust tm clones for no attribute hidden

        * crtstuff.c (__TMC_LIST__): Mark used not unused.
        (__TMC_END__): Only declare if hidden is available; in the definition,
        if hidden is unavailable add a null record.
        (deregister_tm_clones, register_tm_clones): New.
        (__do_global_dtors_aux, frame_dummy): Use them.
        (__do_global_dtors, __do_global_ctors_1): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181744 138bc75d-0d04-0410-961f-82ee72b054a4
libgcc/ChangeLog
libgcc/crtstuff.c