mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
6 changed files with 10 additions and 2 deletions
|
@ -3,3 +3,4 @@
|
||||||
gnu
|
gnu
|
||||||
# The Hurd provides a rough superset of the functionality of 4.4 BSD.
|
# The Hurd provides a rough superset of the functionality of 4.4 BSD.
|
||||||
unix/bsd
|
unix/bsd
|
||||||
|
mach/hurd/htl
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
mach/hurd/htl
|
mach/hurd/htl
|
||||||
|
mach/hurd/x86/htl
|
||||||
i386/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.
|
Copyright (C) 2000-2023 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include <pt-internal.h>
|
#include <pt-internal.h>
|
||||||
|
|
||||||
/* The stack layout used on the i386 is:
|
/* The stack layout used on the x86 is:
|
||||||
|
|
||||||
-----------------
|
-----------------
|
||||||
| ARG |
|
| 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…
Add table
Reference in a new issue