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 | 7af8cca959da4697b53c106365abe886fafe2aee (patch) | |
tree | 6c7f9fe2b25ab55f679b01df2b5720175af7865a /bfd/bfd-in2.h | |
parent | 49c245078a226f0ac8471eb7920e5d3c84305598 (diff) | |
download | gdb-7af8cca959da4697b53c106365abe886fafe2aee.zip gdb-7af8cca959da4697b53c106365abe886fafe2aee.tar.gz gdb-7af8cca959da4697b53c106365abe886fafe2aee.tar.bz2 |
D10V patches from Cagney
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 542d3c1..a3ca2bf 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1335,6 +1335,9 @@ enum bfd_architecture 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 |