artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac5325
)
change MAX_ALIGNMENT to double, as requested by djb@cr.yp.to
author
deraadt
<deraadt@openbsd.org>
Mon, 17 Apr 2000 22:23:44 +0000
(22:23 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 17 Apr 2000 22:23:44 +0000
(22:23 +0000)
gnu/usr.bin/ld/i386/md.h
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/ld/i386/md.h
b/gnu/usr.bin/ld/i386/md.h
index
88ff201
..
d4844a8
100644
(file)
--- a/
gnu/usr.bin/ld/i386/md.h
+++ b/
gnu/usr.bin/ld/i386/md.h
@@
-1,4
+1,4
@@
-/* * $OpenBSD: md.h,v 1.
4 2000/02/01 21:01:39 espie
Exp $*/
+/* * $OpenBSD: md.h,v 1.
5 2000/04/17 22:23:44 deraadt
Exp $*/
/*
* Copyright (c) 1993 Paul Kranenburg
* All rights reserved.
@@
-39,7
+39,7
@@
#endif
#endif
-#define MAX_ALIGNMENT (sizeof (
long
))
+#define MAX_ALIGNMENT (sizeof (
double
))
#if defined(__NetBSD__) || defined(__OpenBSD__)
#define PAGSIZ __LDPGSZ