f0bd455f32
The option -o must come before the first filename. Now it is possible to lint kern_exec.c at least. The next failure is in netbsd32_machdep.c: netbsd32_machdep.c(395): error: illegal bit-field size: 255 [36] That line in netbsd32_process_read_fpregs reads: __CTASSERT(sizeof(*regs) == sizeof(struct save87)); This is probably a bug in lint. The struct save87 contains 3 uint16_t, followed by a union containing a uint64_t, followed by a packed struct with size 10. The combination of packed and padding is suspicious. |
||
---|---|---|
.. | ||
assym.mk | ||
compat_netbsd09.config | ||
compat_netbsd10.config | ||
compat_netbsd11.config | ||
compat_netbsd12.config | ||
compat_netbsd13.config | ||
compat_netbsd14.config | ||
compat_netbsd15.config | ||
compat_netbsd16.config | ||
compat_netbsd20.config | ||
compat_netbsd30.config | ||
compat_netbsd40.config | ||
compat_netbsd50.config | ||
compat_netbsd60.config | ||
compat_netbsd70.config | ||
compat_netbsd80.config | ||
compat_netbsd90.config | ||
compat_netbsd.config | ||
copts.mk | ||
copyright | ||
cscope.mk | ||
debugsyms.c | ||
dts.mk | ||
files | ||
filesystems.config | ||
gdbinit.mk | ||
genassym.cf | ||
ldscript.mk | ||
linkset | ||
lint.mk | ||
majors | ||
majors.std | ||
majors.storage | ||
majors.tty | ||
majors.usb | ||
majors.ws | ||
Makefile.kern.inc | ||
mdroot.mk | ||
mkldscript.sh | ||
newvers_stand.mk | ||
newvers_stand.sh | ||
newvers.mk | ||
newvers.sh | ||
osrelease.sh | ||
param.c | ||
ssp.mk | ||
std |