aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/tst-cet-setcontext-1.c
AgeCommit message (Collapse)Author
2024-01-09x86: Move CET infrastructure to x86_64Adhemerval Zanella
The CET is only supported for x86_64 and there is no plan to add kernel support for i386. Move the Makefile rules and files from the generic x86 folder to x86_64 one. Checked on x86_64-linux-gnu and i686-linux-gnu.