From: Sergey Bugaev Date: Sun, 12 Feb 2023 11:10:41 +0000 (+0300) Subject: hurd: Set up the basic tree for x86_64-gnu X-Git-Tag: upstream/2.39~1132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be6d002ca277ffc90058d382396150cb0e785b9c;p=platform%2Fupstream%2Fglibc.git hurd: Set up the basic tree for x86_64-gnu And move pt-setup.c to the generic x86 tree. Signed-off-by: Sergey Bugaev Message-Id: <20230212111044.610942-11-bugaevc@gmail.com> --- diff --git a/sysdeps/mach/hurd/Implies b/sysdeps/mach/hurd/Implies index d2d5234..e19dd1f 100644 --- a/sysdeps/mach/hurd/Implies +++ b/sysdeps/mach/hurd/Implies @@ -3,3 +3,4 @@ gnu # The Hurd provides a rough superset of the functionality of 4.4 BSD. unix/bsd +mach/hurd/htl diff --git a/sysdeps/mach/hurd/i386/htl/Implies b/sysdeps/mach/hurd/i386/htl/Implies index 7a0f99d..fe3bd98 100644 --- a/sysdeps/mach/hurd/i386/htl/Implies +++ b/sysdeps/mach/hurd/i386/htl/Implies @@ -1,2 +1,3 @@ mach/hurd/htl +mach/hurd/x86/htl i386/htl diff --git a/sysdeps/mach/hurd/i386/htl/pt-setup.c b/sysdeps/mach/hurd/x86/htl/pt-setup.c 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 --- a/sysdeps/mach/hurd/i386/htl/pt-setup.c +++ b/sysdeps/mach/hurd/x86/htl/pt-setup.c @@ -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 -/* 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 index 0000000..6b5e6f4 --- /dev/null +++ b/sysdeps/mach/hurd/x86_64/Implies @@ -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 index 0000000..1ae8f16 --- /dev/null +++ b/sysdeps/mach/hurd/x86_64/htl/Implies @@ -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 index 0000000..da8291f --- /dev/null +++ b/sysdeps/mach/x86_64/Implies @@ -0,0 +1 @@ +mach/x86