summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/bfd/hosts/hp300bsd.h
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2009-11-05 16:55:30 -0800
committerJing Yu <jingyu@google.com>2009-11-05 16:55:30 -0800
commit2cafa61b4b039e5ac3b876fc44a05c61d66df4d4 (patch)
tree1caaaacd28e00e283dbacd6726db52cbf2d5d909 /binutils-2.17/bfd/hosts/hp300bsd.h
parent8d401cf711539af5a2f78d12447341d774892618 (diff)
downloadtoolchain_binutils-2cafa61b4b039e5ac3b876fc44a05c61d66df4d4.tar.gz
toolchain_binutils-2cafa61b4b039e5ac3b876fc44a05c61d66df4d4.tar.bz2
toolchain_binutils-2cafa61b4b039e5ac3b876fc44a05c61d66df4d4.zip
check in binutils sources for prebuilt toolchains in Eclair.
Diffstat (limited to 'binutils-2.17/bfd/hosts/hp300bsd.h')
-rw-r--r--binutils-2.17/bfd/hosts/hp300bsd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils-2.17/bfd/hosts/hp300bsd.h b/binutils-2.17/bfd/hosts/hp300bsd.h
new file mode 100644
index 00000000..98287178
--- /dev/null
+++ b/binutils-2.17/bfd/hosts/hp300bsd.h
@@ -0,0 +1,13 @@
+#include <sys/param.h>
+#ifdef BSD4_4
+#define NO_CORE_COMMAND
+#endif
+
+#define HOST_PAGE_SIZE NBPG
+#define HOST_SEGMENT_SIZE NBPG /* Data seg start addr rounds to NBPG */
+#define HOST_MACHINE_ARCH bfd_arch_m68k
+/* #define HOST_MACHINE_MACHINE */
+
+#define HOST_TEXT_START_ADDR 0
+#define HOST_STACK_END_ADDR 0xfff00000
+#define HOST_BIG_ENDIAN_P