2005-12-27 Jan-Benedict Glaw <jbglaw@lug-owl.de>
authorJan-Benedict Glaw <jbglaw@lug-owl.de>
Tue, 27 Dec 2005 22:17:25 +0000 (22:17 +0000)
committerJan-Benedict Glaw <jbglaw@lug-owl.de>
Tue, 27 Dec 2005 22:17:25 +0000 (22:17 +0000)
* vaxlinux.h: New file. (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define.
(HOST_MACHINE_ARCH): Define. This allows cross-building vax-linux
hosted binutils.

bfd/ChangeLog
bfd/hosts/vaxlinux.h [new file with mode: 0644]

index 92a9b3d97acc03c83d631ed0e657015e58bf860f..93a9ee1ab55e26334464228d682287018c8d7a32 100644 (file)
@@ -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 (file)
index 0000000..527f187
--- /dev/null
@@ -0,0 +1,2 @@
+#define TRAD_CORE_EXTRA_SIZE_ALLOWED   4096
+#define HOST_MACHINE_ARCH              bfd_arch_vax
This page took 0.032018 seconds and 4 git commands to generate.