diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-08 12:47:27 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-08 12:47:27 +0000 |
commit | 7299020be2081b008bdcb00d59a98651876209c8 (patch) | |
tree | 1597dda2c873e24f24656f766f741b0d4814230e /gcc/libgcc2.c | |
parent | 97f8ce30d720df5a8ef7b32f24f177a630ab2f4b (diff) | |
download | gcc-7299020be2081b008bdcb00d59a98651876209c8.tar.gz |
* basic-block.h: Fix comment formatting.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-lex.c: Likewise.
* c-pretty-print.c: Likewise.
* cfglayout.c: Likewise.
* cfgloop.c: Likewise.
* defaults.h: Likewise.
* et-forest.c: Likewise.
* explow.c: Likewise.
* function.h: Likewise.
* gcov.c: Likewise.
* genattrtab.c: Likewise.
* gengtype.c: Likewise.
* ifcvt.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* profile.c: Likewise.
* ra-build.c: Likewise.
* real.c: Likewise.
* rtl.h: Likewise.
* tracer.c: Likewise.
* tree-inline.c: Likewise.
* varasm.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56952 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index ac2fb6a4281..8c10689f02c 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1271,7 +1271,7 @@ struct bb #include <errno.h> #endif -/* Chain of per-object file bb structures. */ +/* Chain of per-object file bb structures. */ static struct bb *bb_head; /* Dump the coverage counts. We merge with existing counts when @@ -1295,7 +1295,7 @@ __bb_exit_func (void) s_flock.l_type = F_WRLCK; s_flock.l_whence = SEEK_SET; s_flock.l_start = 0; - s_flock.l_len = 0; /* Until EOF. */ + s_flock.l_len = 0; /* Until EOF. */ s_flock.l_pid = getpid (); #endif @@ -1432,7 +1432,7 @@ __bb_exit_func (void) merged_max = object_max; merged_arcs += ptr->ncounts; - /* Write out the data. */ + /* Write out the data. */ if (/* magic */ __write_long (-123, da_file, 4) /* number of functions in object file. */ |