crtstuff.c: Move list heads before code that uses them.
authorRichard Henderson <rth@redhat.com>
Sun, 19 Aug 2001 03:53:34 +0000 (20:53 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 19 Aug 2001 03:53:34 +0000 (20:53 -0700)
commit213f974a3aefc61c3370525fc379eb54a386167d
treef36a185f7a3259d89344344fff6fe70faf2491b2
parent6ca3c22fd16679c55c3d44e19b646a5dec513244
crtstuff.c: Move list heads before code that uses them.

        * crtstuff.c: Move list heads before code that uses them.
        (__JCR_LIST__): Remove initial null.
        (frame_dummy, __frame_dummy): Do java registration here ...
        (__do_global_ctors_aux): ... not here.

From-SVN: r45022
gcc/ChangeLog
gcc/crtstuff.c