diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-13 21:25:51 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-13 21:25:51 +0000 |
commit | d8fa92ab7651d4bd09c1ab39ed9e8d482b6e68b3 (patch) | |
tree | 9f3dd63edd91ce59ac0415453ee5655745a604b7 /gcc/crtstuff.c | |
parent | 81fe2cd59b87c2e56b899d89ef92acd485b9e524 (diff) | |
download | gcc-d8fa92ab7651d4bd09c1ab39ed9e8d482b6e68b3.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@970 138bc75d-0d04-0410-961f-82ee72b054a4
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 |