NetBSD/sys/arch/luna68k
tsutsui 28d94f130c Add proper padding to text section for elf2aout conversion.
The data and bss sections are 8 byte aligned on m68k ELF format,
but a.out header doesn't have section addresses and only
contains size values, so we have to pad size of text section
to make data section get aligned even after elf2aout.

Note elf2aout merges ELF data section into a.out text section
if binary is OMAGIC (i.e. text is writable too) so only
BSS section address was affected (and was almost harmless).
2013-01-26 16:00:04 +00:00
..
compile
conf Add commented out "#options COMPAT_60" to all kernel configuration files 2012-10-17 14:49:40 +00:00
dev Fix offset of DS1287A NVRAM address on LUNA-II. 2013-01-26 15:44:14 +00:00
include Make loadfile() accept OMAGIC a.out binary. 2013-01-17 14:20:06 +00:00
luna68k Whitespace nits. 2013-01-26 15:46:24 +00:00
stand Add proper padding to text section for elf2aout conversion. 2013-01-26 16:00:04 +00:00
Makefile Build and install resurrected luna68k bootloader. 2013-01-06 07:04:48 +00:00