NetBSD's a.out linker can't align more than 8, so don't use the

DATA_ALIGNMENT and CONSTANT_ALIGNMENT macros from i386.h.
This commit is contained in:
tv 1999-02-04 02:00:15 +00:00
parent d5ce180dc0
commit f02bdb7a26

View File

@ -93,3 +93,7 @@
else \
readonly_data_section (); \
}
/* NetBSD's linker cannot align greater than 8 bytes anyway. */
#undef DATA_ALIGNMENT
#undef CONSTANT_ALIGNMENT