]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorTom Wood <wood@gnu.org>
Fri, 20 Mar 1992 19:06:07 +0000 (19:06 +0000)
committerTom Wood <wood@gnu.org>
Fri, 20 Mar 1992 19:06:07 +0000 (19:06 +0000)
From-SVN: r535

gcc/crtstuff.c

index a13fbf20ba856c1d7b0533cdeac40519e4999daf..9b91e6ce19541bce30b7fb6e2d266ff6d7f97e1d 100644 (file)
@@ -75,6 +75,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    function.  It is externally callable so that __main can invoke it when
    INVOKE__main is defined.  This has the additional effect of forcing cc1
    to switch to the .text section.  */
+static void __do_global_ctors_aux ();
 void __do_global_ctors () { __do_global_ctors_aux (); }
 
 asm (INIT_SECTION_ASM_OP);     /* cc1 doesn't know that we are switching! */