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 | 5177500f26e1fc3127c607f72bd2dfbffb9165b3 (patch) | |
tree | bc37078bce5312e407d6dc8c5e2137cd98c9671c /bfd/bfd-in2.h | |
parent | 3434109f523fb6fbe890fc044931f86d035bb1ed (diff) | |
download | gdb-5177500f26e1fc3127c607f72bd2dfbffb9165b3.zip gdb-5177500f26e1fc3127c607f72bd2dfbffb9165b3.tar.gz gdb-5177500f26e1fc3127c607f72bd2dfbffb9165b3.tar.bz2 |
Add SH2E support
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index a2693e9..b195ac6 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1640,6 +1640,7 @@ enum bfd_architecture #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 |