This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
testgcc-970926 comment
- To: Jason Merrill <jason at cygnus dot com>
- Subject: testgcc-970926 comment
- From: Bruno Haible <haible at ilog dot fr>
- Date: Mon, 6 Oct 1997 16:05:18 +0200 (MET DST)
- >Received: from halles.ilog.fr (halles.ilog.fr [172.16.1.96])by ilog.ilog.fr (8.8.7/8.7.3) with ESMTP id QAA27519;Mon, 6 Oct 1997 16:05:19 +0200 (MET DST)
- Xref: yorick.cygnus.com mail.work:3402
A slightly incorrect comment in frame.c...
*** frame.c.bak Fri Oct 3 01:22:49 1997
--- frame.c Sun Oct 5 00:29:18 1997
***************
*** 529,535 ****
objects = ob;
}
! /* Called from crtend.o to deregister the unwind info for an object. */
void
__deregister_frame (void *begin)
--- 529,535 ----
objects = ob;
}
! /* Called from crtbegin.o to deregister the unwind info for an object. */
void
__deregister_frame (void *begin)