This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] update sys/ptrace.h [BZ #22433]


linux/x86 needs its own machine-dependent sys/ptrace.h

Dmitry V. Levin (3):
  linux: move a shared part of sys/ptrace.h to bits/ptrace-shared.h
  linux: update sys/ptrace.h comments
  linux/x86: sync sys/ptrace.h with Linux 4.14 [BZ #22433]

 ChangeLog                                    |  32 +++++
 sysdeps/unix/sysv/linux/Makefile             |   2 +-
 sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h |  65 ++-------
 sysdeps/unix/sysv/linux/bits/ptrace-shared.h |  78 +++++++++++
 sysdeps/unix/sysv/linux/ia64/sys/ptrace.h    |  64 +--------
 sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h |  66 ++-------
 sysdeps/unix/sysv/linux/s390/sys/ptrace.h    |  66 ++-------
 sysdeps/unix/sysv/linux/sparc/sys/ptrace.h   |  64 +--------
 sysdeps/unix/sysv/linux/sys/ptrace.h         |  77 ++---------
 sysdeps/unix/sysv/linux/tile/sys/ptrace.h    |  66 ++-------
 sysdeps/unix/sysv/linux/x86/sys/ptrace.h     | 194 +++++++++++++++++++++++++++
 11 files changed, 366 insertions(+), 408 deletions(-)
 create mode 100644 sysdeps/unix/sysv/linux/bits/ptrace-shared.h
 create mode 100644 sysdeps/unix/sysv/linux/x86/sys/ptrace.h

-- 
ldv


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]