diff options
author | Tom Wood <wood@gnu.org> | 1992-03-20 19:06:07 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1992-03-20 19:06:07 +0000 |
commit | 93c3d169bb407bae416d728da04466708ef2d1e4 (patch) | |
tree | 02aba9b5045899c617e893c5431173676cb5f86e | |
parent | 909817cbd798c1fa7a437bc524a52bb1407f29a9 (diff) | |
download | gcc-93c3d169bb407bae416d728da04466708ef2d1e4.zip gcc-93c3d169bb407bae416d728da04466708ef2d1e4.tar.gz gcc-93c3d169bb407bae416d728da04466708ef2d1e4.tar.bz2 |
*** empty log message ***
From-SVN: r535
-rw-r--r-- | gcc/crtstuff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index a13fbf2..9b91e6c 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -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! */ |