r181744 - in /trunk/libgcc: ChangeLog crtstuff.c

rth@gcc.gnu.org rth@gcc.gnu.org
Sat Nov 26 21:16:00 GMT 2011


Author: rth
Date: Sat Nov 26 21:16:49 2011
New Revision: 181744

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181744
Log:
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.

Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/crtstuff.c



More information about the Gcc-cvs mailing list