frame.h: Update some comments.
authorH.J. Lu <hjl@gnu.org>
Sat, 27 Feb 1999 22:21:58 +0000 (22:21 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 27 Feb 1999 22:21:58 +0000 (15:21 -0700)
commit8f08ea1e474635cfba9093c0698960d33a9ef549
treebe7ee5618d4e11bd2a665ea02e2211cb4ec1f20d
parentb78abfe951cc9e460ff3eb07202344d04c5e4cca
frame.h: Update some comments.

        * frame.h: Update some comments.
        * defaults.h (TARGET_ATTRIBUTE_WEAK): Define.
        * crtstuff.c (__register_frame_info, __deregister_frame_info): Declare
        using TARGET_WEAK_ATTRIBUTE.
        (__do_global_dtors_aux): Check if __deregister_frame_info is
        zero before calling it.
        (__do_global_dtors): Likewise.
        (frame_dummy): Check if __register_frame_info is zero before
        calling it.
        (__frame_dummy): Likewise.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r25487
gcc/ChangeLog
gcc/crtstuff.c
gcc/defaults.h
gcc/frame.h