public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited] htl: Generalize i386 pt-machdep.h to x86
@ 2023-02-12 15:35 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-02-12 15:35 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

---
 sysdeps/i386/htl/Implies               | 1 +
 sysdeps/{i386 => x86}/htl/pt-machdep.h | 2 +-
 sysdeps/x86_64/htl/Implies             | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 sysdeps/i386/htl/Implies
 rename sysdeps/{i386 => x86}/htl/pt-machdep.h (93%)
 create mode 100644 sysdeps/x86_64/htl/Implies

diff --git a/sysdeps/i386/htl/Implies b/sysdeps/i386/htl/Implies
new file mode 100644
index 0000000000..aad38fb53d
--- /dev/null
+++ b/sysdeps/i386/htl/Implies
@@ -0,0 +1 @@
+x86/htl
diff --git a/sysdeps/i386/htl/pt-machdep.h b/sysdeps/x86/htl/pt-machdep.h
similarity index 93%
rename from sysdeps/i386/htl/pt-machdep.h
rename to sysdeps/x86/htl/pt-machdep.h
index b036909c42..d0cc979252 100644
--- a/sysdeps/i386/htl/pt-machdep.h
+++ b/sysdeps/x86/htl/pt-machdep.h
@@ -1,4 +1,4 @@
-/* Machine dependent pthreads internal defenitions.  i386 version.
+/* Machine dependent pthreads internal defenitions.  x86 version.
    Copyright (C) 2000-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
diff --git a/sysdeps/x86_64/htl/Implies b/sysdeps/x86_64/htl/Implies
new file mode 100644
index 0000000000..aad38fb53d
--- /dev/null
+++ b/sysdeps/x86_64/htl/Implies
@@ -0,0 +1 @@
+x86/htl
-- 
2.39.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-12 15:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-12 15:35 [hurd,commited] htl: Generalize i386 pt-machdep.h to x86 Samuel Thibault

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).