I'm away from my machine, but I believe the simple test for this is to build.sh a kernel and see if nm shows pool_head
"David Brownlee" writes:
> Module Name: src
> Committed By: abs
> Date: Sat Apr 26 16:30:05 UTC 2014
>
> Modified Files:
> src/sys/kern: subr_pool.c
>
> Log Message:
> Ensure pool_head is non static - for "vmstat -i"
did this use to work?
does it work if you build your kernel with GCC 4.5?
it was recently noticed that GDB is no longer able to see
static symbols in netbsd.gdb images, and the preliminary
testing i've done so far for amd64 shows that GCC 4.5 works.
.mrg.