diff options
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/abi-tag.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/mach/hurd/abi-tag.h b/sysdeps/mach/hurd/abi-tag.h deleted file mode 100644 index 0498d6ebf5..0000000000 --- a/sysdeps/mach/hurd/abi-tag.h +++ /dev/null @@ -1,12 +0,0 @@ -#define ABI_HURD_TAG 1 - -#define ABI_HURD_MAJOR 0 -#define ABI_HURD_MINOR 0 -#define ABI_HURD_PATCH 0 - -/* Don't use `|' in this expression, it is a comment character in the - assembler. */ -#define ABI_TAG ((ABI_HURD_TAG << 24) + \ - (ABI_HURD_MAJOR << 16) + \ - (ABI_HURD_MINOR << 8) + \ - (ABI_HURD_PATCH << 0)) |