diff options
author | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-29 15:49:41 +0000 |
---|---|---|
committer | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-29 15:49:41 +0000 |
commit | a967a7ec05e82dc5159d0e597ff8759d17950078 (patch) | |
tree | d24339b50b889ea9a6113a99a2f071097c275ce3 /gcc/config/darwin.c | |
parent | 8e79e9d43f32c8852f068da91d655297d92ac0f4 (diff) | |
download | gcc-a967a7ec05e82dc5159d0e597ff8759d17950078.tar.gz |
correct typographical errors.
gcc:
* config/darwin.c (darwin_mergeable_string_section): Remove blank line.
(darwin_asm_declare_object_name): Correct spelling.
(darwin_output_aligned_bss): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167244 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 596ed115019..0057685ad50 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1172,7 +1172,6 @@ static section * darwin_mergeable_string_section (tree exp, unsigned HOST_WIDE_INT align) { - if (flag_merge_constants && TREE_CODE (exp) == STRING_CST && TREE_CODE (TREE_TYPE (exp)) == ARRAY_TYPE @@ -1823,7 +1822,7 @@ fprintf (file, "# dadon: %s %s (%llu, %u) local %d weak %d" { unsigned int l2align = 0; - /* The align must be honoured, even for zero-sized. */ + /* The align must be honored, even for zero-sized. */ if (DECL_ALIGN (decl)) { l2align = floor_log2 (DECL_ALIGN (decl) / BITS_PER_UNIT); @@ -2076,7 +2075,7 @@ fprintf (fp, "# albss: %s (%lld,%d) ro %d cst %d stat %d com %d" be passed a decl that should be in coalesced space. */ if (one || weak) { - /* Weak or COMDAT objects are put in mergable sections. */ + /* Weak or COMDAT objects are put in mergeable sections. */ darwin_emit_weak_or_comdat (fp, decl, name, size, DECL_ALIGN (decl)); return; |