From: Jan-Benedict Glaw Date: Tue, 27 Dec 2005 22:17:25 +0000 (+0000) Subject: 2005-12-27 Jan-Benedict Glaw X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=ef981364537cea4855e2f39fc04698941cad1997;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 92a9b3d97a..93a9ee1ab5 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 0000000000..527f1870d3 --- /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