summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2017-07-17 17:26:25 +0200
committerMark Wielaard <[email protected]>2017-07-17 17:27:01 +0200
commit1dd301b7c302b9df980946e2d04ca99748754991 (patch)
tree4373953bb95cb27604b8166a1632a5a5e70b56f0 /backends/ChangeLog
parentd03be4f70c688a8c675935973663014c3c4bba76 (diff)
backends: Swap sys/ptrace.h and asm/ptrace.h include order on s390.
glibc 2.26 changed the sys/ptrace.h header so that it cannot be included after asm/ptrace.h. We still need to include the kernel asm/ptrace.h for the ptrace_area definition. Including it after sys/ptrace.h works against both old and new glibc. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index c5f61e85..d6282451 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,7 @@
+2017-06-17 Mark Wielaard <[email protected]>
+
+ * s390_initreg.c: Swap sys/ptrace.h and asm/ptrace.h include order.
+
2017-06-15 Andreas Schwab <[email protected]>
* ppc_symbol.c (ppc_machine_flag_check): New function.