summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 26e60631301..4f56637b6d8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2017-10-09 Michael Meissner <meissner@linux.vnet.ibm.com>
+
+ * config/rs6000/amo.h: New include file to provide ISA 3.0 atomic
+ memory operation instruction support.
+ * config.gcc (powerpc*-*-*): Include amo.h as an extra header.
+ (rs6000-ibm-aix[789]*): Likewise.
+ * doc/extend.texi (PowerPC Atomic Memory Operation Functions):
+ Document new functions.
+
2017-10-09 Richard Biener <rguenther@suse.de>
PR tree-optimization/82397