From ef981364537cea4855e2f39fc04698941cad1997 Mon Sep 17 00:00:00 2001 From: Jan-Benedict Glaw Date: Tue, 27 Dec 2005 22:17:25 +0000 Subject: [PATCH] 2005-12-27 Jan-Benedict Glaw * vaxlinux.h: New file. (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define. (HOST_MACHINE_ARCH): Define. This allows cross-building vax-linux hosted binutils. --- bfd/ChangeLog | 6 ++++++ bfd/hosts/vaxlinux.h | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 bfd/hosts/vaxlinux.h 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 + + * 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 * 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 -- 2.7.4