diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-12-21 14:08:35 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-21 14:08:35 +0000 |
commit | 6614fd40d27c83df7f165257727b6a0c76585062 (patch) | |
tree | 819bfe4ccccb4c15796f3fe13761a4d89bd5599e /gcc/dwarfout.c | |
parent | 5b24813d3ea6e4bde2e339293cca352a13947d2b (diff) | |
download | gcc-6614fd40d27c83df7f165257727b6a0c76585062.zip gcc-6614fd40d27c83df7f165257727b6a0c76585062.tar.gz gcc-6614fd40d27c83df7f165257727b6a0c76585062.tar.bz2 |
alias.c: Fix comment formatting.
* alias.c: Fix comment formatting.
* alloc-pool.c: Likewise.
* bitmap.c: Likewise.
* bitmap.h: Likewise.
* bt-load.c: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-opts.c: Likewise.
* c-pretty-print.c: Likewise.
* caller-save.c: Likewise.
* cfghooks.h: Likewise.
* cgraph.c: Likewise.
* collect2.c: Likewise.
* cppfiles.c: Likewise.
* cpplib.h: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* final.c: Likewise.
* function.c: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* genemit.c: Likewise.
* ggc.h: Likewise.
* haifa-sched.c: Likewise.
* ifcvt.c: Likewise.
* libgcc2.h: Likewise.
* loop.c: Likewise.
* predict.h: Likewise.
* unwind-libunwind.c: Likewise.
* varasm.c: Likewise.
From-SVN: r74907
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 1e33538..b90bb6b 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -2956,7 +2956,7 @@ subscript_data_attribute (tree type) FMT_CODE (1, TREE_CODE (lower) == INTEGER_CST, upper && TREE_CODE (upper) == INTEGER_CST)); - /* Output the index type for this dimension. */ + /* Output the index type for this dimension. */ ASM_OUTPUT_DWARF_FUND_TYPE (asm_out_file, fundamental_type_code (domain)); @@ -2985,7 +2985,7 @@ subscript_data_attribute (tree type) ASM_OUTPUT_DWARF_FUND_TYPE (asm_out_file, FT_integer); - /* Output the (assumed) lower bound (constant) value. */ + /* Output the (assumed) lower bound (constant) value. */ ASM_OUTPUT_DWARF_DATA4 (asm_out_file, 0); @@ -4282,7 +4282,7 @@ output_die (void (*die_specific_output_function) (void *), void *param) ASM_OUTPUT_LABEL (asm_out_file, begin_label); - /* Write the DIE-length word. */ + /* Write the DIE-length word. */ ASM_OUTPUT_DWARF_DELTA4 (asm_out_file, end_label, begin_label); @@ -4291,7 +4291,7 @@ output_die (void (*die_specific_output_function) (void *), void *param) next_unused_dienum++; die_specific_output_function (param); - /* Write a label which will act as the name for the end of this DIE. */ + /* Write a label which will act as the name for the end of this DIE. */ ASM_OUTPUT_LABEL (asm_out_file, end_label); } @@ -4310,7 +4310,7 @@ end_sibling_chain (void) ASM_OUTPUT_LABEL (asm_out_file, begin_label); - /* Write the DIE-length word. */ + /* Write the DIE-length word. */ ASM_OUTPUT_DWARF_DATA4 (asm_out_file, 4); |