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 <bugaevc@gmail.com>
Message-Id: <20230212111044.610942-11-bugaevc@gmail.com>
This commit is contained in:
Sergey Bugaev 2023-02-12 14:10:41 +03:00 committed by Samuel Thibault
parent 4fedebc911
commit be6d002ca2
6 changed files with 10 additions and 2 deletions

View File

@ -3,3 +3,4 @@
gnu
# The Hurd provides a rough superset of the functionality of 4.4 BSD.
unix/bsd
mach/hurd/htl

View File

@ -1,2 +1,3 @@
mach/hurd/htl
mach/hurd/x86/htl
i386/htl

View 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 |

View File

@ -0,0 +1,2 @@
mach/hurd/x86
mach/hurd/x86_64/htl

View File

@ -0,0 +1,3 @@
mach/hurd/htl
mach/hurd/x86/htl
x86_64/htl

View File

@ -0,0 +1 @@
mach/x86