aboutsummaryrefslogtreecommitdiff
path: root/libitm/ChangeLog
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2019-09-10 10:11:46 +0200
committerChristophe Lyon <clyon@gcc.gnu.org>2019-09-10 10:11:46 +0200
commita360a359b784acdb53e20cbb85576b4b3662703a (patch)
tree4e58bf17aa1a578eabc209918ee4b780d9cc32ef /libitm/ChangeLog
parent18ab88559067266d602b43b4d594a21eddae0f8a (diff)
downloadgcc-a360a359b784acdb53e20cbb85576b4b3662703a.zip
gcc-a360a359b784acdb53e20cbb85576b4b3662703a.tar.gz
gcc-a360a359b784acdb53e20cbb85576b4b3662703a.tar.bz2
[ARM/FDPIC v6 23/24] [ARM] FDPIC: Implement libitm support.
The ldaddr macro in sjlj.S needs to be updated to support the FDPIC model. 2019-09-10 Christophe Lyon <christophe.lyon@st.com> libitm/ * config/arm/sjlj.S (ldaddr): Add FDPIC support. From-SVN: r275584
Diffstat (limited to 'libitm/ChangeLog')
-rw-r--r--libitm/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index 39e8451..20f5768 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -1,7 +1,11 @@
2019-09-10 Christophe Lyon <christophe.lyon@st.com>
- * configure.tgt: Handle *-*-uclinux*.
- * configure: Regenerate.
+ * config/arm/sjlj.S (ldaddr): Add FDPIC support.
+
+2019-09-10 Christophe Lyon <christophe.lyon@st.com>
+
+ * configure.tgt: Handle *-*-uclinux*.
+ * configure: Regenerate.
2019-09-06 Florian Weimer <fweimer@redhat.com>