diff options
author | Steve Chamberlain <sac@cygnus> | 1993-04-24 02:10:09 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-04-24 02:10:09 +0000 |
commit | 5f8f6d56f2c542ccdd85b0bd2c9a6a6661620cb2 (patch) | |
tree | 2e9d4b068829533373ca9a5ddb85e7799344ffbb /include/bfd.h | |
parent | b6423cec40c4ce9c75e2fb3abfebdb885711b455 (diff) | |
download | gdb-5f8f6d56f2c542ccdd85b0bd2c9a6a6661620cb2.zip gdb-5f8f6d56f2c542ccdd85b0bd2c9a6a6661620cb2.tar.gz gdb-5f8f6d56f2c542ccdd85b0bd2c9a6a6661620cb2.tar.bz2 |
Support for the alpha
Diffstat (limited to 'include/bfd.h')
-rw-r--r-- | include/bfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bfd.h b/include/bfd.h index 5398bfd..f0feb83 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -770,6 +770,7 @@ enum bfd_architecture #define bfd_mach_z8001 1 #define bfd_mach_z8002 2 bfd_arch_h8500, /* Hitachi H8/500 */ + bfd_arch_alpha, /* Dec Alpha */ bfd_arch_last }; |