From 1e625a2ee3cbdec27b9c9666999bbec3e6b3f49a Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 10 Oct 2001 11:33:39 +0000 Subject: * calls.c: Fix formatting. * c-decl.c: Likewise. * cfgcleanup.c: Likewise. * combine.c: Likewise. * cppfiles.c: Likewise. * cpplib.c: Likewise. * cppmacro.c: Likewise. * crtstuff.c: Likewise. * cse.c: Likewise. * dwarf2out.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * gcse.c: Likewise. * genattrtab.c: Likewise. * ggc-page.c: Likewise. * integrate.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.c: Likewise. * recog.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * reorg.c: Likewise. * resource.c: Likewise. * sched-rgn.c: Likewise. * sdbout.c: Likewise. * stmt.c: Likewise. * toplev.c: Likewise. * varasm.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46145 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/crtstuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/crtstuff.c') diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index 7c226aaad03..e62f0c0a8c2 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -358,7 +358,7 @@ asm (INIT_SECTION_ASM_OP); /* cc1 doesn't know that we are switching! */ /* A routine to invoke all of the global constructors upon entry to the program. We put this into the .init section (for systems that have such a thing) so that we can properly perform the construction of - file-scope static-storage C++ objects within shared libraries. */ + file-scope static-storage C++ objects within shared libraries. */ static void __do_global_ctors_aux (void) /* prologue goes in .init section */ -- cgit v1.2.1