b4de661569
add "%" prefix to register names in assembly code. change assembly functions to return pointer values in %a0 instead of %d0. C symbols no longer prepend an underscore, adjust assembly code for this. 32-bit values are now 32-bit aligned instead of 16-bit aligned, adjust structure packing and padding to override this where necessary. make EXEC_ELF std, make EXEC_AOUT and COMPAT_AOUT_M68K optional. use the MI loadfile() instead of several home-grown versions.
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
# $NetBSD: std.next68k,v 1.9 2001/05/12 22:35:29 chs Exp $
|
|
|
|
# Standard information for next68k
|
|
machine next68k m68k
|
|
|
|
# Standard defines
|
|
options EXEC_ELF32
|
|
options EXEC_SCRIPT
|