2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-01-10 15:25:07 +08:00

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
This commit is contained in:
Jeffrey Oldham 2001-08-20 15:24:24 +00:00 committed by Jeffrey D. Oldham
parent 27a1448728
commit c8a6b91604
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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--)