mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 03:31:07 +00:00
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:
parent
4fedebc911
commit
be6d002ca2
@ -3,3 +3,4 @@
|
||||
gnu
|
||||
# The Hurd provides a rough superset of the functionality of 4.4 BSD.
|
||||
unix/bsd
|
||||
mach/hurd/htl
|
||||
|
@ -1,2 +1,3 @@
|
||||
mach/hurd/htl
|
||||
mach/hurd/x86/htl
|
||||
i386/htl
|
||||
|
@ -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 |
|
2
sysdeps/mach/hurd/x86_64/Implies
Normal file
2
sysdeps/mach/hurd/x86_64/Implies
Normal file
@ -0,0 +1,2 @@
|
||||
mach/hurd/x86
|
||||
mach/hurd/x86_64/htl
|
3
sysdeps/mach/hurd/x86_64/htl/Implies
Normal file
3
sysdeps/mach/hurd/x86_64/htl/Implies
Normal file
@ -0,0 +1,3 @@
|
||||
mach/hurd/htl
|
||||
mach/hurd/x86/htl
|
||||
x86_64/htl
|
1
sysdeps/mach/x86_64/Implies
Normal file
1
sysdeps/mach/x86_64/Implies
Normal file
@ -0,0 +1 @@
|
||||
mach/x86
|
Loading…
Reference in New Issue
Block a user