summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2017-02-24 16:58:20 +0100
committerUlf Hermann <[email protected]>2017-04-21 15:00:21 +0000
commit4bd80c4d123bdef4d06f0e116e59e24e45a51aff (patch)
treea0f7b6f9adfb6ac5f7d1dfa73fae76b387251219 /backends/ChangeLog
parentf07a88011802b7def6224dbfc0fa8c58bf2d9cdf (diff)
Clean up linux-specific system includes
We only include them where we actually need them and only on linux. Change-Id: Ic3065ffab67ba1177f63204fb91a92c5f4336dbb Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 39390cb8..c6e0e08b 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,11 @@
+2017-04-20 Ulf Hermann <[email protected]>
+
+ * aarch64_initreg.c: Compile register initialization only on linux.
+ * arm_initreg.c: Likewise.
+ * ppc_initreg.c: Likewise.
+ * s390_initreg.c: Likewise.
+ * x86_64_initreg.c: Likewise.
+
2017-02-15 Mark Wielaard <[email protected]>
* ppc64_init.c (ppc64_init): Add check_object_attribute HOOK.