]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
x86-64/cet: Move check-cet.awk to x86_64
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 9 Jan 2024 20:23:26 +0000 (12:23 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Aug 2025 22:39:23 +0000 (15:39 -0700)
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit 7d544dd049a2e3f1480b668f51b72dcc89e376ab)

sysdeps/x86_64/Makefile
sysdeps/x86_64/check-cet.awk [moved from sysdeps/x86/check-cet.awk with 100% similarity]

index 48182b437b9440fb9346a0d61d4d96f36be3aa88..36be2f6d56ff8ab67e3ed5d271e809bc3d303eac 100644 (file)
@@ -442,7 +442,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)