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:
parent
d5ce180dc0
commit
f02bdb7a26
4
gnu/dist/gcc/config/i386/netbsd.h
vendored
4
gnu/dist/gcc/config/i386/netbsd.h
vendored
@ -93,3 +93,7 @@
|
||||
else \
|
||||
readonly_data_section (); \
|
||||
}
|
||||
|
||||
/* NetBSD's linker cannot align greater than 8 bytes anyway. */
|
||||
#undef DATA_ALIGNMENT
|
||||
#undef CONSTANT_ALIGNMENT
|
||||
|
Loading…
Reference in New Issue
Block a user