aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/nbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/hosts/nbsd.h')
-rw-r--r--bfd/hosts/nbsd.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/bfd/hosts/nbsd.h b/bfd/hosts/nbsd.h
deleted file mode 100644
index d773ee6..0000000
--- a/bfd/hosts/nbsd.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Architecture independant NetBSD host support */
-
-#include <machine/endian.h>
-#include <machine/vmparam.h>
-#include <machine/param.h>
-#include <machine/reg.h>
-
-#define HOST_PAGE_SIZE NBPG
-#define HOST_TEXT_START_ADDR USRTEXT
-#define HOST_STACK_END_ADDR USRSTACK
-
-#if BYTE_ORDER == BIG_ENDIAN
-#define HOST_BIG_ENDIAN_P
-#endif