summaryrefslogtreecommitdiff
path: root/fixincludes/ChangeLog
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2019-06-21 19:03:45 +0000
committerIain Sandoe <iains@gcc.gnu.org>2019-06-21 19:03:45 +0000
commit59a0b1db756fc17b952c8423b015154a7bd23d10 (patch)
tree4abe4978c16869c56b5e3d6e26351c671ae980dc /fixincludes/ChangeLog
parent8d5558c518a8812276aee50cca3da8ca5cce3091 (diff)
[Darwin, fixincludes] Fix Darwin14 header issues.
There are two issues with the Darwin14 (SDK) headers in which unguarded advanced syntax elements causes any code including these headers to fail. 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. From-SVN: r272561
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