public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: H.J. Lu <hjl@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] x86-64/cet: Move check-cet.awk to x86_64
Date: Wed, 10 Jan 2024 13:29:35 +0000 (GMT)	[thread overview]
Message-ID: <20240110132935.76A2B3858431@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7d544dd049a2e3f1480b668f51b72dcc89e376ab

commit 7d544dd049a2e3f1480b668f51b72dcc89e376ab
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jan 9 12:23:26 2024 -0800

    x86-64/cet: Move check-cet.awk to x86_64
    
    Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

Diff:
---
 sysdeps/x86_64/Makefile               | 2 +-
 sysdeps/{x86 => x86_64}/check-cet.awk | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

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
similarity index 100%
rename from sysdeps/x86/check-cet.awk
rename to sysdeps/x86_64/check-cet.awk

                 reply	other threads:[~2024-01-10 13:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240110132935.76A2B3858431@sourceware.org \
    --to=hjl@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).