about summary refs log tree commit diff
path: root/sysdeps/mach/x86
Commit message (Collapse)AuthorAgeFilesLines
* Define PC, SP and SYSRETURN for hurd x86_64Flavio Cruz2023-02-201-0/+59
| | | | | | Moved thread_state.h to x86 directory since we only need to customize those 3 definitions. Message-Id: <Y+x4xrsDMkAomncO@jupiter.tail36e24.ts.net>
* Move RETURN_TO to x86/sysdep.h and implement x86_64 version.Flavio Cruz2023-02-051-0/+17
| | | | Message-Id: <Y99nfeBrTubZL9oi@jupiter.tail36e24.ts.net>
* hurd: Move some i386 bits to x86Samuel Thibault2023-02-023-0/+151
As they will actually be usable on x86_64 too.