diff options
author | Michael Meissner <gnu@the-meissners.org> | 1999-10-25 13:57:39 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1999-10-25 13:57:39 +0000 |
commit | 9fbc574e618a066d26af84dd6d6d1a1a8749acb6 (patch) | |
tree | 928231297e52f2ac109bef22498eb5a1ff349178 /bfd/archures.c | |
parent | b1c705781fefba54954266b03020bec51d123b93 (diff) | |
download | gdb-9fbc574e618a066d26af84dd6d6d1a1a8749acb6.tar.gz |
D10V patches from Cagney
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index aeddca2796f..66b16bbfc56 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -147,6 +147,9 @@ DESCRIPTION . bfd_arch_rs6000, {* IBM RS/6000 *} . bfd_arch_hppa, {* HP PA RISC *} . bfd_arch_d10v, {* Mitsubishi D10V *} +.#define bfd_mach_d10v 0 +.#define bfd_mach_d10v_ts2 2 +.#define bfd_mach_d10v_ts3 3 . bfd_arch_d30v, {* Mitsubishi D30V *} . bfd_arch_z8k, {* Zilog Z8000 *} .#define bfd_mach_z8001 1 |