]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
correct typographical errors.
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Nov 2010 15:49:41 +0000 (15:49 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Nov 2010 15:49:41 +0000 (15:49 +0000)
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

gcc/ChangeLog
gcc/config/darwin.c

index 27c9bf66b21b7a40ee02b98ebf1dd528bf3f7207..6793d6bf1d916061d0529ff1d4588c68681323d9 100644 (file)
@@ -1,3 +1,9 @@
+2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * config/darwin.c (darwin_mergeable_string_section): Remove blank line.
+       (darwin_asm_declare_object_name): Correct spelling.
+       (darwin_output_aligned_bss): Likewise.
+
 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
            Mike Stump  <mrs@gcc.gnu.org>
 
index 596ed11501997fd1429d7920b90358d49d2aece3..0057685ad506eb44360ee30361d16c82913c7348 100644 (file)
@@ -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;