mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-26 02:30:30 +08:00
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:
parent
593ba58102
commit
0a5a95f204
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user