]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/crtstuff.c
crtstuff.c (__do_global_dtors_aux): Allow finalization code to be run more than once.
authorMike Stump <mrs@gcc.gnu.org>
Thu, 24 Oct 1996 01:23:43 +0000 (01:23 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 24 Oct 1996 01:23:43 +0000 (01:23 +0000)
commitb40b9d932c075e9eecc655230882360e989c7af8
tree765fea06aca0dd565a7fa30ba548abb4380d5198
parent3e943b598427255b7501e41339f09ca52e3eae2c
crtstuff.c (__do_global_dtors_aux): Allow finalization code to be run more than once.

        * crtstuff.c (__do_global_dtors_aux): Allow finalization code to
        be run more than once.
        * libgcc2.c (__do_global_dtors): Ditto.

From-SVN: r13023
gcc/crtstuff.c
gcc/libgcc2.c