diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-09 18:09:53 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-09 18:09:53 +0000 |
commit | 67ba1f57ef6bafdcc0d5e43dbe5793367622977b (patch) | |
tree | 2be51ac0c0d2ab8042b16a9225e4d4826aac0051 /libitm/aclocal.m4 | |
parent | fcfcdc3bf91c638b610e7a5b8d4cd778773fe3a1 (diff) | |
download | gcc-67ba1f57ef6bafdcc0d5e43dbe5793367622977b.tar.gz |
libitm: Configure for gas cfi pseudo ops.
* asmcfi.m4: New file.
* configure.ac (GCC_AS_CFI_PSEUDO_OP): Test it.
* configure, aclocal.m4, config.h.in: Rebuild.
* config/generic/asmcfi.h: New file.
* config/x86/sjlj.S: Use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181224 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/aclocal.m4')
-rw-r--r-- | libitm/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libitm/aclocal.m4 b/libitm/aclocal.m4 index 6dcccdfae16..96617e6e4db 100644 --- a/libitm/aclocal.m4 +++ b/libitm/aclocal.m4 @@ -991,6 +991,7 @@ AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([../config/acx.m4]) +m4_include([../config/asmcfi.m4]) m4_include([../config/depstand.m4]) m4_include([../config/enable.m4]) m4_include([../config/futex.m4]) |