]> git.ipfire.org Git - thirdparty/gcc.git/commit
s390.c (struct constant_pool): New field emit_pool_after added.
authorAndreas Krebbel <krebbel1@de.ibm.com>
Wed, 13 Feb 2008 16:00:21 +0000 (16:00 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 13 Feb 2008 16:00:21 +0000 (16:00 +0000)
commit03870a04825f25e05d8d466f133701de2988e56e
tree7904f0bdd688985a0d9c5d00bfb84d8257975c7d
parentbe71b673519ca207b2d8c1eeb5ec104587d55f9a
s390.c (struct constant_pool): New field emit_pool_after added.

2008-02-13  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (struct constant_pool): New field
emit_pool_after added.
(s390_mainpool_start): Set the emit_pool_after flag according
to the section switch notes.
(s390_mainpool_finish): Consider emit_pool_after when emitting
the literal pool at the end of the function.
(s390_chunkify_start): Force literal pool splits at section
switch notes.

From-SVN: r132287
gcc/ChangeLog
gcc/config/s390/s390.c