mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 19:35:32 +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:
parent
27a1448728
commit
c8a6b91604
@ -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
|
||||
|
@ -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--)
|
||||
|
Loading…
Reference in New Issue
Block a user