]> git.ipfire.org Git - thirdparty/gcc.git/commit - libitm/acinclude.m4
s390.c: (s390_expand_builtin): Allow -mhtm to be enabled without -march=zEC12.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Wed, 17 Jul 2013 11:15:24 +0000 (11:15 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 17 Jul 2013 11:15:24 +0000 (11:15 +0000)
commit167f68ede42b2bb0bf287769951c5a6aca3e7281
tree7c128616f0a4ca4d09f410d31fee5de4433fc49c
parent1b2d0112c5dd2d847aaa4e6bf529fc74e78158fb
s390.c: (s390_expand_builtin): Allow -mhtm to be enabled without -march=zEC12.

2013-07-17  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.c: (s390_expand_builtin): Allow -mhtm to be
enabled without -march=zEC12.
* config/s390/s390.h (TARGET_HTM): Do not require EC12 machine
flags to be set.

2013-07-17  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* acinclude.m4: Add htm asm check for s390.
* configure.tgt: Add -mhtm and -Wa,-march=zEC12 to the options.
* configure: Regenerate.
* config/s390/target.h: Remove __HTM__ check.
(htm_available): Call getauxval to get hwcaps and check whether
HTM is available or not.

From-SVN: r201004
gcc/ChangeLog
gcc/config/s390/s390.c
gcc/config/s390/s390.h
libitm/ChangeLog
libitm/acinclude.m4
libitm/config/s390/target.h
libitm/configure
libitm/configure.tgt