]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
darwin-sections.def (zobj_const_data_section): Fix over- length section name.
authorIain Sandoe <iains@gcc.gnu.org>
Mon, 12 Dec 2011 08:24:33 +0000 (08:24 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Mon, 12 Dec 2011 08:24:33 +0000 (08:24 +0000)
gcc:

* config/darwin-sections.def (zobj_const_data_section): Fix over-
length section name.

From-SVN: r182220

gcc/ChangeLog
gcc/config/darwin-sections.def

index e1a10485e5f636fd9ab6148e5c7b04c09ff80632..9e0e3f0633fc48657c815bc8ed1f938a06d984b1 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-12  Iain Sandoe  <iains@gcc.gnu.org>
+
+       * config/darwin-sections.def (zobj_const_data_section): Fix over-
+       length section name.
+
 2011-12-11  Richard Henderson  <rth@redhat.com>
 
        * config/rs6000/rs6000.c (rs6000_expand_interleave): Use
index 61b6f69b1232a2a12936cee2d62544b7ebb8f5f6..3bcb1c059c1aa7edd55c9ffcc9b63136278c690b 100644 (file)
@@ -76,7 +76,7 @@ DEF_SECTION (const_data_coal_section, SECTION_NO_ANCHOR,
             ".section __DATA,__const_coal,coalesced", 0)
 /* Place to put zero-sized to avoid issues with section anchors.  */
 DEF_SECTION (zobj_const_data_section, SECTION_NO_ANCHOR, 
-            ".section\t__DATA,__zobj_const_data", 0)
+            ".section\t__DATA,__zobj_cnst_data", 0)
 
 /* Strings and other literals.  */
 DEF_SECTION (cstring_section, SECTION_MERGE | SECTION_STRINGS, ".cstring", 0)