diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-31 04:46:20 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-31 04:46:20 +0000 |
commit | ca09a9c4de07f8031fc850b8e2920c3c1788f45f (patch) | |
tree | d14c657f9fcd9e62f20fcf5786a4d5d2d485b224 /libitm/config.h.in | |
parent | b7a64c43385c5a7e334cea5e7afa226166513120 (diff) | |
download | gcc-ca09a9c4de07f8031fc850b8e2920c3c1788f45f.tar.gz |
Detect assembler support for RTM
* acinclude.m4 (LIBITM_CHECK_AS_RTM): New.
* configure.ac: Use it.
* config.h.in, configure: Rebuild.
* testsuite/Makefile.in: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193017 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/config.h.in')
-rw-r--r-- | libitm/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libitm/config.h.in b/libitm/config.h.in index 1c3469cd5f9..10de95ba02a 100644 --- a/libitm/config.h.in +++ b/libitm/config.h.in @@ -12,6 +12,9 @@ /* Define if your assembler supports .cfi_* directives. */ #undef HAVE_AS_CFI_PSEUDO_OP +/* Define to 1 if the assembler supports RTM. */ +#undef HAVE_AS_RTM + /* Define to 1 if the target supports __attribute__((alias(...))). */ #undef HAVE_ATTRIBUTE_ALIAS |