diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-08-08 22:06:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-08-08 22:06:48 +0000 |
commit | 30f7a3786cb384b94caaf87cb231f3d8c8f8acbc (patch) | |
tree | 77dd07a40f045e97f39b2d3535ca6f4cc0a8e9a8 /gcc/dwarfout.c | |
parent | 35e17f7e33498b9b9a152758dc621ee7638fdb52 (diff) | |
download | gcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.tar.gz |
dbxout.c: Fix comment formatting.
* dbxout.c: Fix comment formatting.
* dependence.c: Likewise.
* df.c: Likewise.
* diagnostic.c: Likewise.
* dominance.c: Likewise.
* doprint.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* except.c: Likewise.
* explow.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
From-SVN: r44729
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index a61ffc38347..057dee29d82 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -2382,7 +2382,7 @@ output_bound_representation (bound, dim_num, u_or_l) comprehend that a missing upper bound specification in a array type used for a storage class `auto' local array variable indicates that the upper bound is both unknown (at compile- - time) and unknowable (at run-time) due to optimization. */ + time) and unknowable (at run-time) due to optimization. */ if (! optimize) { @@ -2584,7 +2584,7 @@ field_byte_offset (decl) The value we deduce is then used (by the callers of this routine) to generate AT_location and AT_bit_offset attributes for fields (both - bit-fields and, in the case of AT_location, regular fields as well). */ + bit-fields and, in the case of AT_location, regular fields as well). */ /* Figure out the bit-distance from the start of the structure to the "deepest" bit of the bit-field. */ |