]> git.ipfire.org Git - thirdparty/gcc.git/commit
frame.h: Update some comments.
authorH.J. Lu <hjl@gnu.org>
Sat, 27 Feb 1999 21:54:23 +0000 (21:54 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 27 Feb 1999 21:54:23 +0000 (14:54 -0700)
commit3e4536775e57afd965db7a7b95b965e5afcaa85e
tree73a597671957809131698261b52726779907d857
parentc478a154c076722193e742b6128262a2663400bf
frame.h: Update some comments.

        * frame.h: Update some comments.
        * crtstuff.c (TARGET_ATTRIBUTE_WEAK): Define.
        (__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: r25486
gcc/ChangeLog
gcc/crtstuff.c
gcc/frame.h