summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2017-04-20 15:37:04 +0200
committerMark Wielaard <[email protected]>2017-04-26 00:10:52 +0200
commit9c1509abe9f3934746b04eff8d91f6f9d181f41d (patch)
tree668ed5b830860d4c077f332514f22326993af15d /backends/ChangeLog
parent5dd27ffbb374b90741fb854de3e02708ffda643f (diff)
Clean up linux-specific system includes
We only include them where we actually need them and only on linux. Signed-off-by: Ulf Hermann <[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.