projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32a8428
)
File removed.
author
drepper
<drepper>
Wed, 27 Aug 1997 20:03:54 +0000
(20:03 +0000)
committer
drepper
<drepper>
Wed, 27 Aug 1997 20:03:54 +0000
(20:03 +0000)
sysdeps/mach/hurd/abi-tag.h
[deleted file]
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/abi-tag.h
b/sysdeps/mach/hurd/abi-tag.h
deleted file mode 100644
(file)
index
0498d6e
..0000000
--- 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))