mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 16:09:45 +08:00
Fixed typo.
From-SVN: r17036
This commit is contained in:
parent
c6c00ce60b
commit
8587487b11
@ -1,3 +1,7 @@
|
||||
Wed Dec 10 12:30:18 1997 Anthony Green <green@cygnus.com>
|
||||
|
||||
* crtstuff.c (__do_global_ctors): Fix typo.
|
||||
|
||||
Tue Dec 9 09:43:59 1997 Manfred Hollstein <manfred@s-direktnet.de>
|
||||
|
||||
* toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition
|
||||
|
@ -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--)
|
||||
|
Loading…
Reference in New Issue
Block a user