mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:10:26 +08:00
varasm.c (default_section_type_flags): Flag .persistent.bss sections as SECTION_BSS.
2014-09-19 Olivier Hainque <hainque@adacore.com> * varasm.c (default_section_type_flags): Flag .persistent.bss sections as SECTION_BSS. From-SVN: r215376
This commit is contained in:
parent
553130b0ba
commit
c3b4b410ae
@ -1,3 +1,8 @@
|
||||
2014-09-19 Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* varasm.c (default_section_type_flags): Flag .persistent.bss
|
||||
sections as SECTION_BSS.
|
||||
|
||||
2014-09-19 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/rl78/rl78.c (rl78_expand_epilogue): Generate a USE of the
|
||||
|
@ -6063,6 +6063,7 @@ default_section_type_flags (tree decl, const char *name, int reloc)
|
||||
if (strcmp (name, ".bss") == 0
|
||||
|| strncmp (name, ".bss.", 5) == 0
|
||||
|| strncmp (name, ".gnu.linkonce.b.", 16) == 0
|
||||
|| strcmp (name, ".persistent.bss") == 0
|
||||
|| strcmp (name, ".sbss") == 0
|
||||
|| strncmp (name, ".sbss.", 6) == 0
|
||||
|| strncmp (name, ".gnu.linkonce.sb.", 17) == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user