From 2c0e001bbb4f42e4d68a61140344a1e16fd3cdfe Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 1 Aug 2001 17:57:27 +0000 Subject: * alias.c: Fix comment formatting. * bitmap.c: Likewise. * builtins.c: Likewise. * calls.c: Likewise. * c-common.c: Likewise. * c-decl.c: Likewise. * c-dump.c: Likewise. * c-lex.c: Likewise. * collect2.c: Likewise. * combine.c: Likewise. * conflict.c: Likewise. * cppfiles.c: Likewise. * cppinit.c: Likewise. * cpplex.c: Likewise. * cpplib.c: Likewise. * cppmacro.c: Likewise. * cppspec.c: Likewise. * c-pragma.c: Likewise. * crtstuff.c: Likewise. * cse.c: Likewise. * cselib.c: Likewise. * c-semantics.c: Likewise. * c-typeck.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44547 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/crtstuff.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/crtstuff.c') diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index 862eeacfc61..9f62009ee58 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -556,13 +556,13 @@ STATIC ui32 __FRAME_END__[] __attribute__ ((__unused__)) = { 0 }; by putting a constructor in crtbegin.o and a destructor in crtend.o. crtend.o also puts in the terminating zero in the frame information - segment. */ + segment. */ /* The crtstuff for other object formats use the symbol __EH_FRAME_BEGIN__ to figure out the start of the exception frame, but here we use getsectbynamefromheader to find this value. Either method would work, but this method avoids creating any global symbols, which seems - cleaner. */ + cleaner. */ #include extern const struct section * @@ -600,7 +600,7 @@ __dereg_frame_dtor (void) __deregister_frame_info ((void *) eh_frame->addr); } -/* Terminate the frame section with a final zero. */ +/* Terminate the frame section with a final zero. */ /* Force cc1 to switch to .data section. */ static void * force_to_data[1] __attribute__ ((__unused__)) = { }; -- cgit v1.2.3