From: Anthony Green Date: Wed, 10 Dec 1997 20:36:00 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: releases/libf2c-0.5.21~401 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8587487b11704d61da546b5b791fcdd6374bfa4c;p=thirdparty%2Fgcc.git Fixed typo. From-SVN: r17036 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3bee0b380e06..e06b3698bf69 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 10 12:30:18 1997 Anthony Green + + * crtstuff.c (__do_global_ctors): Fix typo. + Tue Dec 9 09:43:59 1997 Manfred Hollstein * toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index c0d06494e4ff..50964a800505 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -394,7 +394,7 @@ __do_global_ctors () { func_ptr *p; #ifdef EH_FRAME_SECTION_ASM_OP - static struct oobject object; + static struct object object; __register_frame (__EH_FRAME_BEGIN__, &object); #endif for (p = __CTOR_END__ - 1; *p != (func_ptr) -1; p--)