summaryrefslogtreecommitdiff
path: root/fixincludes/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes/ChangeLog')
-rw-r--r--fixincludes/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index 9d59d18fc6a..49135f038a0 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,12 @@
+2019-06-21 Iain Sandoe <iain@sandoe.co.uk>
+
+ * inclhack.def: Guard __has_attribute and __has_extension in
+ os/base.h.
+ Guard Apple blocks syntax in dispatch/object.h.
+ * fixincl.x: Regenerate.
+ * tests/base/dispatch/object.h: New file.
+ * tests/base/os/base.h: New file.
+
2019-05-11 Iain Sandoe <iain@sandoe.co.uk>
PR target/90379
PR bootstrap/89864