--- - branch: MAIN date: Sun Jan 6 14:35:31 UTC 2019 files: - new: '1.35' old: '1.34' path: src/sys/arch/amd64/amd64/cpufunc.S pathrev: src/sys/arch/amd64/amd64/cpufunc.S@1.35 type: modified - new: '1.27' old: '1.26' path: src/sys/arch/i386/i386/cpufunc.S pathrev: src/sys/arch/i386/i386/cpufunc.S@1.27 type: modified - new: '1.20' old: '1.19' path: src/sys/arch/i386/i386/i386func.S pathrev: src/sys/arch/i386/i386/i386func.S@1.20 type: modified - new: '1.24' old: '1.23' path: src/sys/arch/xen/x86/xenfunc.c pathrev: src/sys/arch/xen/x86/xenfunc.c@1.24 type: modified id: 20190106T143531Z.c387dca33d92eb585811f2a3f45ae5a0eccb2557 log: | Rollback http://mail-index.netbsd.org/source-changes/2018/12/22/msg101629.html This change breaks module loading due to weak alias being unsupported in the kernel module linker. Requested by maxv@ and others as it affects their work. No immediate decision on a replacement method is available, but other options suggested include pre-processing, conditional compilation (#ifdef etc) and other source level methods to avoid linktime decision making. module: src subject: 'CVS commit: src/sys/arch' unixtime: '1546785331' user: cherry