diff options
| author | Kyle McMartin <[email protected]> | 2014-06-09 21:06:26 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2014-08-01 12:24:21 +0200 |
| commit | c1e0fcb9311c1d136e20e658449367ad8b7f487d (patch) | |
| tree | a470ee7fb1750a7400d1c7f76d195751845f3ced /backends/ChangeLog | |
| parent | 475849fdb25265706772905b856cd7028c566a71 (diff) | |
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 <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index d29a80f6..a335b207 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,12 @@ +2014-07-18 Kyle McMartin <[email protected]> + Mark Wielaard <[email protected]> + + * aarch64_initreg.c: Check HAVE_SYS_USER_REGS. + (aarch64_set_initial_registers_tid): Use user_regs_struct and + user_fpsimd_struct. + * arm_initreg.c: Check HAVE_SYS_USER_REGS. + (arm_set_initial_registers_tid): Use user_regs_struct in compat mode. + 2014-07-04 Menanteau Guy <[email protected]> Mark Wielaard <[email protected]> |
