Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/m68k/m68k
Module Name: src
Committed By: tsutsui
Date: Thu Oct 14 16:33:50 UTC 2010
Modified Files:
src/sys/arch/m68k/m68k: kobj_machdep.c
Log Message:
Fix reloc calcurations (mechanically pulled from working i386 and sh3).
Now options MODULAR works at least on news68k:
# uname -mrs
NetBSD 5.99.39 news68k
# modstat|grep filesys
coredump misc filesys 2 2790 -
exec_aout misc filesys 0 1866 coredump
exec_elf32 misc filesys 0 6072 coredump
exec_script misc filesys 0 972 -
kernfs vfs filesys 0 9734 -
mfs vfs filesys 0 3656 ffs
procfs vfs filesys 0 23924 -
#
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/m68k/m68k/kobj_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index