diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2005-12-27 22:17:25 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2005-12-27 22:17:25 +0000 |
commit | ef981364537cea4855e2f39fc04698941cad1997 (patch) | |
tree | 132d809e1a2ed4c14a0975fe08fd97d4b8b33a37 /bfd | |
parent | 585e38edb97e1af8ced04621a006cb6d1d106b65 (diff) | |
download | gdb-ef981364537cea4855e2f39fc04698941cad1997.zip gdb-ef981364537cea4855e2f39fc04698941cad1997.tar.gz gdb-ef981364537cea4855e2f39fc04698941cad1997.tar.bz2 |
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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | bfd/hosts/vaxlinux.h | 2 |
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 |