aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2asm.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-05-11 10:47:05 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-05-11 10:47:05 +0000
commit3a538a6668acdfe94dd05fa36ef0341cb2382a88 (patch)
treeda16232d8b5f58baa59884c0e12dc7f8fef82993 /gcc/dwarf2asm.c
parentc9c2cb7c995ab5a0756a7c6a606e18206b368903 (diff)
downloadgcc-3a538a6668acdfe94dd05fa36ef0341cb2382a88.zip
gcc-3a538a6668acdfe94dd05fa36ef0341cb2382a88.tar.gz
gcc-3a538a6668acdfe94dd05fa36ef0341cb2382a88.tar.bz2
dbxout.c: Fix formatting.
* dbxout.c: Fix formatting. * dependence.c: Likewise. * df.c: Likewise. * diagnostic.c: Likewise. * doloop.c: Likewise. * dominance.c: Likewise. * doschk.c: Likewise. * dwarf2asm.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. From-SVN: r53380
Diffstat (limited to 'gcc/dwarf2asm.c')
-rw-r--r--gcc/dwarf2asm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c
index 2222ecd..53a02c7 100644
--- a/gcc/dwarf2asm.c
+++ b/gcc/dwarf2asm.c
@@ -60,7 +60,7 @@ dw2_assemble_integer (size, x)
else
assemble_integer (x, size, BITS_PER_UNIT, 1);
}
-
+
/* Output an immediate constant in a given size. */
@@ -316,7 +316,7 @@ size_of_sleb128 (value)
}
/* Given an encoding, return the number of bytes the format occupies.
- This is only defined for fixed-size encodings, and so does not
+ This is only defined for fixed-size encodings, and so does not
include leb128. */
int
@@ -845,7 +845,7 @@ dw2_asm_output_encoded_addr_rtx VPARAMS ((int encoding,
{
restart:
/* Allow the target first crack at emitting this. Some of the
- special relocations require special directives instead of
+ special relocations require special directives instead of
just ".4byte" or whatever. */
#ifdef ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX
ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX (asm_out_file, encoding, size,
@@ -883,7 +883,7 @@ dw2_asm_output_encoded_addr_rtx VPARAMS ((int encoding,
break;
default:
- /* Other encodings should have been handled by
+ /* Other encodings should have been handled by
ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX. */
abort ();
}