about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-01-09 12:23:26 -0800
committerH.J. Lu <hjl.tools@gmail.com>2024-01-10 05:20:16 -0800
commit7d544dd049a2e3f1480b668f51b72dcc89e376ab (patch)
tree9418b350bb32cc02b052b35159d6ac181787a4ba /sysdeps
parenta1bbee9fd17a84d4b550f8405d5e4d31ff24f87d (diff)
downloadglibc-7d544dd049a2e3f1480b668f51b72dcc89e376ab.tar.gz
glibc-7d544dd049a2e3f1480b668f51b72dcc89e376ab.tar.xz
glibc-7d544dd049a2e3f1480b668f51b72dcc89e376ab.zip
x86-64/cet: Move check-cet.awk to x86_64
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/x86_64/Makefile2
-rw-r--r--sysdeps/x86_64/check-cet.awk (renamed from sysdeps/x86/check-cet.awk)0
2 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile
index 98f0e04f90..e8babc9a4e 100644
--- a/sysdeps/x86_64/Makefile
+++ b/sysdeps/x86_64/Makefile
@@ -468,7 +468,7 @@ $(cet-built-dso:=.note): %.note: %
 	mv -f $@T $@
 common-generated += $(cet-built-dso:$(common-objpfx)%=%.note)
 
-$(objpfx)check-cet.out: $(..)sysdeps/x86/check-cet.awk \
+$(objpfx)check-cet.out: $(..)sysdeps/x86_64/check-cet.awk \
 			$(cet-built-dso:=.note)
 	LC_ALL=C $(AWK) -f $^ > $@; \
 	$(evaluate-test)
diff --git a/sysdeps/x86/check-cet.awk b/sysdeps/x86_64/check-cet.awk
index ede16bdf1d..ede16bdf1d 100644
--- a/sysdeps/x86/check-cet.awk
+++ b/sysdeps/x86_64/check-cet.awk