938c62e25ece7422917cdbacc6e4bb7d18e7074b
[deliverable/binutils-gdb.git] / bfd / hosts / nbsd.h
1 /* Architecture independant NetBSD host support */
2
3 #include <machine/vmparam.h>
4 #include <machine/param.h>
5 #include <machine/reg.h>
6
7 #define HOST_PAGE_SIZE NBPG
8 #define HOST_TEXT_START_ADDR USRTEXT
9 #define HOST_STACK_END_ADDR USRSTACK
This page took 0.037514 seconds and 3 git commands to generate.