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

gcc:

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

From-SVN: r182220
This commit is contained in:
Iain Sandoe 2011-12-12 08:24:33 +00:00
parent 593ba58102
commit 0a5a95f204
2 changed files with 6 additions and 1 deletions

View 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

View 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)