diff options
author | Kazu Hirata <kazu@hxi.com> | 2002-01-18 13:40:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-01-18 13:40:36 +0000 |
commit | 3ef42a0c4f590a9d67b46c5aecfa5fea4546b174 (patch) | |
tree | 5c9fe756812fe0ac947a0d1762e2cb3c3e7adaf6 /gcc/dwarf2out.c | |
parent | 72f02bb9dc9b7ddd0462af34f44009f699ecaf8a (diff) | |
download | gcc-3ef42a0c4f590a9d67b46c5aecfa5fea4546b174.zip gcc-3ef42a0c4f590a9d67b46c5aecfa5fea4546b174.tar.gz gcc-3ef42a0c4f590a9d67b46c5aecfa5fea4546b174.tar.bz2 |
bitmap.h: Fix comment formatting.
* bitmap.h: Fix comment formatting.
* combine.c: Likewise.
* cppfiles.c: Likewise.
* c-pragma.h: Likewise.
* c-typeck.c: Likewise.
* df.c: Likewise.
* dwarf2out.c: Likewise.
* function.c: Likewise.
* gcc.c: Likewise.
* genattrtab.c: Likewise.
* gthr-win32.h: Likewise.
* haifa-sched.c: Likewise.
* predict.c: Likewise.
* rtlanal.c: Likewise.
* rtl.h: Likewise.
* unwind-dw2-fde.h: Likewise.
* unwind-pe.h: Likewise.
* vmsdbgout.c: Likewise.
From-SVN: r48987
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 9b8e4a4..a507321 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -2106,7 +2106,7 @@ dwarf2out_end_epilogue () char label[MAX_ARTIFICIAL_LABEL_BYTES]; /* Output a label to mark the endpoint of the code generated for this - function. */ + function. */ ASM_GENERATE_INTERNAL_LABEL (label, FUNC_END_LABEL, current_funcdef_number); ASM_OUTPUT_LABEL (asm_out_file, label); fde = &fde_table[fde_table_in_use - 1]; @@ -8193,7 +8193,7 @@ loc_descriptor_from_tree (loc, addressp) TREE_OPERAND (loc, 0), TREE_OPERAND (loc, 1)), TREE_OPERAND (loc, 1), TREE_OPERAND (loc, 0)); - /* ... fall through ... */ + /* ... fall through ... */ case COND_EXPR: { @@ -8971,7 +8971,7 @@ add_bound_info (subrange_die, bound_attr, bound) case ERROR_MARK: return; - /* All fixed-bounds are represented by INTEGER_CST nodes. */ + /* All fixed-bounds are represented by INTEGER_CST nodes. */ case INTEGER_CST: if (! host_integerp (bound, 0) || (bound_attr == DW_AT_lower_bound |