aboutsummaryrefslogtreecommitdiff
path: root/libitm/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2011-11-09 10:09:53 -0800
committerRichard Henderson <rth@gcc.gnu.org>2011-11-09 10:09:53 -0800
commit4bdd090f8e0becf7191967e920aa1c9f9b796d1b (patch)
tree2be51ac0c0d2ab8042b16a9225e4d4826aac0051 /libitm/ChangeLog
parent29d281ca3a5cd40890ed826c6c6b8efe65ca266d (diff)
downloadgcc-4bdd090f8e0becf7191967e920aa1c9f9b796d1b.zip
gcc-4bdd090f8e0becf7191967e920aa1c9f9b796d1b.tar.gz
gcc-4bdd090f8e0becf7191967e920aa1c9f9b796d1b.tar.bz2
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. From-SVN: r181224
Diffstat (limited to 'libitm/ChangeLog')
-rw-r--r--libitm/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index fe1d7d0..e91f91e 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-09 Richard Henderson <rth@redhat.com>
+
+ * 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.
+
2011-11-08 Richard Henderson <rth@redhat.com>
* local.cc (_ITM_LB): Use a normal call, not a function alias.