diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-13 21:25:51 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-13 21:25:51 +0000 |
commit | b71a4aa92ab01d6f611705a4ac91172f88697e3f (patch) | |
tree | 9f3dd63edd91ce59ac0415453ee5655745a604b7 /gcc/crtstuff.c | |
parent | 33d8ed511d6e745a546a295303b79e8ea5cef401 (diff) | |
download | gcc-b71a4aa92ab01d6f611705a4ac91172f88697e3f.tar.gz |
*** empty log message ***
From-SVN: r970
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r-- | gcc/crtstuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index 9b91e6ce195..379c8cee082 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -70,7 +70,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef INIT_SECTION_ASM_OP /* The function __do_global_ctors_aux is compiled twice (once in crtbegin.o - and once in crtend.o). It must be declared static to aviod a link + and once in crtend.o). It must be declared static to avoid a link error. Here, we define __do_global_ctors as an externally callable function. It is externally callable so that __main can invoke it when INVOKE__main is defined. This has the additional effect of forcing cc1 |