diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-02-20 16:06:12 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-02-20 16:06:12 +0000 |
| commit | 866f028b3973b23513c88030997373d624c9206c (patch) | |
| tree | 00bfb7ba7972a629b5a9dbf1a4815367b76ab747 /gnu/usr.bin/as/write.c | |
| parent | 6ae4c6218f223c680802e4c74382fcfd206e1a0d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/as/write.c')
| -rw-r--r-- | gnu/usr.bin/as/write.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/write.c b/gnu/usr.bin/as/write.c index ea633e79b28f..dd139f7e82dc 100644 --- a/gnu/usr.bin/as/write.c +++ b/gnu/usr.bin/as/write.c @@ -21,7 +21,7 @@ /* This thing should be set up to do byteordering correctly. But... */ #ifndef lint -static char rcsid[] = "$Id: write.c,v 1.3 1993/11/30 20:55:47 jkh Exp $"; +static char rcsid[] = "$Id: write.c,v 1.4 1993/12/12 17:01:24 jkh Exp $"; #endif #include "as.h" @@ -179,7 +179,9 @@ void write_object_file() * that requires least thought. ".align" frags like to have a following * frag since that makes calculating their intended length trivial. */ +#ifndef SUB_SEGMENT_ALIGN #define SUB_SEGMENT_ALIGN (2) +#endif for (frchainP = frchain_root; frchainP; frchainP = frchainP->frch_next) { #ifdef OBJ_VMS /* |
