summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2014-06-09 21:06:26 +0200
committerMark Wielaard <mjw@redhat.com>2014-08-01 12:24:21 +0200
commitc1e0fcb9311c1d136e20e658449367ad8b7f487d (patch)
treea470ee7fb1750a7400d1c7f76d195751845f3ced /ChangeLog
parent475849fdb25265706772905b856cd7028c566a71 (diff)
downloadelfutils-c1e0fcb9311c1d136e20e658449367ad8b7f487d.tar.gz
aarch64: use <sys/user.h> defined register structures
glibc now supplies these (compatible) structs instead of including the kernel's <asm/ptrace.h> header, so let's use them. Annoyingly this will cause new elfutils to FTBFS on old glibc, and vice versa. So include a new configure check for the new struct names and use the old ones if they are not avilable. Signed-off-by: Kyle McMartin <kyle@redhat.com> Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b05f5bc5..b470b3d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-18 Mark Wielaard <mjw@redhat.com>
+
+ * configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
+
2014-05-26 Mark Wielaard <mjw@redhat.com>
* NEWS: New section 0.160. Add unstrip --force.