Set MAX_OFILE_ALIGNMENT to 32 as suggested by <chas@cmf.nrl.navy.mil> in

PR port-m68k/6308.  Since m68k's can access doubles fine on a 32-bit
boundary, this does not need to be 64.
This commit is contained in:
tv 1998-10-16 20:07:15 +00:00
parent cacab8b6b5
commit 57d34f92e8

View File

@ -61,3 +61,5 @@
and initialization stuff better. */
#define DWARF2_UNWIND_INFO 0
/* NetBSD a.out allows more than 16-bit alignment of elements and data. */
#define MAX_OFILE_ALIGNMENT 32