diff options
author | Kyle McMartin <kyle@redhat.com> | 2014-06-09 21:06:26 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2014-08-01 12:24:21 +0200 |
commit | c1e0fcb9311c1d136e20e658449367ad8b7f487d (patch) | |
tree | a470ee7fb1750a7400d1c7f76d195751845f3ced /ChangeLog | |
parent | 475849fdb25265706772905b856cd7028c566a71 (diff) | |
download | elfutils-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |