aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog6
-rw-r--r--bfd/hosts/vaxlinux.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 92a9b3d..93a9ee1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-27 Jan-Benedict Glaw <jbglaw@lug-owl.de>
+
+ * vaxlinux.h: New file. (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define.
+ (HOST_MACHINE_ARCH): Define. This allows cross-building vax-linux
+ hosted binutils.
+
2005-12-27 Nathan Sidwell <nathan@codesourcery.com>
* elf32-mt.c (mt_elf_merge_private_bfd_data): Do not allow mixing
diff --git a/bfd/hosts/vaxlinux.h b/bfd/hosts/vaxlinux.h
new file mode 100644
index 0000000..527f187
--- /dev/null
+++ b/bfd/hosts/vaxlinux.h
@@ -0,0 +1,2 @@
+#define TRAD_CORE_EXTRA_SIZE_ALLOWED 4096
+#define HOST_MACHINE_ARCH bfd_arch_vax