summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/abi-tag.h
blob: 0498d6ebf5fffd80e4d6c001dbde6c166ffb2b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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))