re PR target/89361 (s390 broken without S390_USE_TARGET_ATTRIBUTE, likely since r257489)
authorJakub Jelinek <jakub@redhat.com>
Mon, 18 Feb 2019 11:16:33 +0000 (12:16 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 18 Feb 2019 11:16:33 +0000 (12:16 +0100)
commita10e76edcee03f7c0a5136a6e4b1ac483ee0d70f
tree3ad14e446778823e3bd3f99e6e19fe78d0d41ddf
parent14653c37cf034f95b553ad242e123e611c40f2f5
re PR target/89361 (s390 broken without S390_USE_TARGET_ATTRIBUTE, likely since r257489)

PR target/89361
* config/s390/s390.c (s390_indirect_branch_attrvalue,
s390_indirect_branch_settings): Define unconditionally.
(s390_set_current_function): Likewise, but guard the whole body except
the s390_indirect_branch_settings call with
#if S390_USE_TARGET_ATTRIBUTE.
(TARGET_SET_CURRENT_FUNCTION): Redefine unconditionally.

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