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:
parent
cacab8b6b5
commit
57d34f92e8
2
gnu/dist/gcc/config/m68k/netbsd.h
vendored
2
gnu/dist/gcc/config/m68k/netbsd.h
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user