diff options
author | Nick Clifton <nickc@redhat.com> | 2003-01-23 18:50:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-01-23 18:50:57 +0000 |
commit | 51fd187c7d82da9169984946f5344abdbf501ff7 (patch) | |
tree | 6327b87a7adb2e90992409d2e4e9bb024c5bbbc3 /bfd/archures.c | |
parent | a47ca70c8ddb4658e5aeaa5c6272878e54edc61f (diff) | |
download | gdb-51fd187c7d82da9169984946f5344abdbf501ff7.tar.gz |
Add SH2E support
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index f8814442a71..08015f96dda 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -213,6 +213,7 @@ DESCRIPTION .#define bfd_mach_sh 1 .#define bfd_mach_sh2 0x20 .#define bfd_mach_sh_dsp 0x2d +.#define bfd_mach_sh2e 0x2e .#define bfd_mach_sh3 0x30 .#define bfd_mach_sh3_dsp 0x3d .#define bfd_mach_sh3e 0x3e |