Add more ptrace constants for AArch64 and PowerPC.
commit0ff786226c03456bef332950ecf51793205a4f5d
authorJoseph Myers <joseph@codesourcery.com>
Mon, 8 Feb 2021 22:47:04 +0000 (8 22:47 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 8 Feb 2021 22:47:04 +0000 (8 22:47 +0000)
tree5f9babac61dd0d4fabc251c31972b1d8d3f93bf3
parenta00e2fe3dfd3a4e218ba6c1c3445ee68322ddda9
Add more ptrace constants for AArch64 and PowerPC.

Linux 5.10 adds PTRACE_PEEKMTETAGS and PTRACE_POKEMTETAGS for AArch64.
Adding those shows up that glibc is also missing PTRACE_SYSEMU and
PTRACE_SYSEMU_SINGLESTEP, for AArch64 (where they were added to Linux
in 5.3) and for PowerPC (where they were added in Linux 4.20); it
already has those two defines for x86.  Add all those defines to
glibc's headers.

Tested with build-many-glibcs.py for aarch64-linux-gnu and
powerpc-linux-gnu.
sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h