diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-17 22:23:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-17 22:23:45 +0000 |
commit | 5b47c63196cad2e0c7389e146f43830aa6009152 (patch) | |
tree | 49e3d3708a66b60fd7545a8ad324abeb410e8de5 /gnu/usr.bin/ld | |
parent | 93156bf658756cf55af036e8a0f306cb007ad07a (diff) |
change MAX_ALIGNMENT to double, as requested by djb@cr.yp.to
Diffstat (limited to 'gnu/usr.bin/ld')
-rw-r--r-- | gnu/usr.bin/ld/i386/md.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/i386/md.h b/gnu/usr.bin/ld/i386/md.h index 88ff2019c2c..d4844a8e848 100644 --- 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 |