hurd: Set up the basic tree for x86_64-gnu
authorSergey Bugaev <bugaevc@gmail.com>
Sun, 12 Feb 2023 11:10:41 +0000 (14:10 +0300)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 12 Feb 2023 15:12:06 +0000 (16:12 +0100)
And move pt-setup.c to the generic x86 tree.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230212111044.610942-11-bugaevc@gmail.com>

sysdeps/mach/hurd/Implies
sysdeps/mach/hurd/i386/htl/Implies
sysdeps/mach/hurd/x86/htl/pt-setup.c [moved from sysdeps/mach/hurd/i386/htl/pt-setup.c with 97% similarity]
sysdeps/mach/hurd/x86_64/Implies [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/htl/Implies [new file with mode: 0644]
sysdeps/mach/x86_64/Implies [new file with mode: 0644]

index d2d5234..e19dd1f 100644 (file)
@@ -3,3 +3,4 @@
 gnu
 # The Hurd provides a rough superset of the functionality of 4.4 BSD.
 unix/bsd
+mach/hurd/htl
similarity index 97%
rename from sysdeps/mach/hurd/i386/htl/pt-setup.c
rename to sysdeps/mach/hurd/x86/htl/pt-setup.c
index 94caed8..3abd92b 100644 (file)
@@ -1,4 +1,4 @@
-/* Setup thread stack.  Hurd/i386 version.
+/* Setup thread stack.  Hurd/x86 version.
    Copyright (C) 2000-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -22,7 +22,7 @@
 
 #include <pt-internal.h>
 
-/* The stack layout used on the i386 is:
+/* The stack layout used on the x86 is:
 
     -----------------
    |  ARG            |
diff --git a/sysdeps/mach/hurd/x86_64/Implies b/sysdeps/mach/hurd/x86_64/Implies
new file mode 100644 (file)
index 0000000..6b5e6f4
--- /dev/null
@@ -0,0 +1,2 @@
+mach/hurd/x86
+mach/hurd/x86_64/htl
diff --git a/sysdeps/mach/hurd/x86_64/htl/Implies b/sysdeps/mach/hurd/x86_64/htl/Implies
new file mode 100644 (file)
index 0000000..1ae8f16
--- /dev/null
@@ -0,0 +1,3 @@
+mach/hurd/htl
+mach/hurd/x86/htl
+x86_64/htl
diff --git a/sysdeps/mach/x86_64/Implies b/sysdeps/mach/x86_64/Implies
new file mode 100644 (file)
index 0000000..da8291f
--- /dev/null
@@ -0,0 +1 @@
+mach/x86