Commit c8a6b916 by Jeffrey Oldham Committed by Jeffrey D. Oldham

crtstuff.c (__do_global_ctors): Fix typo in preprocessing command.

2001-08-20  Jeffrey Oldham  <oldham@codesourcery.com>

	* crtstuff.c (__do_global_ctors): Fix typo in preprocessing
	command.

From-SVN: r45051
parent 27a14487
2001-08-20 Jeffrey Oldham <oldham@codesourcery.com>
* crtstuff.c (__do_global_ctors): Fix typo in preprocessing
command.
2001-08-20 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* gcc.c (make_relative_prefix): Allocate a sufficiently large
......
......@@ -503,7 +503,7 @@ void
__do_global_ctors (void)
{
func_ptr *p;
#if defind(EH_FRAME_SECTION_NAME) || defined(JCR_SECTION_NAME)
#if defined(EH_FRAME_SECTION_NAME) || defined(JCR_SECTION_NAME)
__frame_dummy ();
#endif
for (p = __CTOR_END__ - 1; *p != (func_ptr) -1; p--)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment