diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-09-08 16:46:02 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-09-08 16:46:02 +0000 |
commit | 42acdc7c30d7bde7f10b3354d547a4750cbcc490 (patch) | |
tree | 333a6e604211b7512153ac43f1604ed144f93664 /bfd/bfd-in2.h | |
parent | 55ff77acc2da4c8aeb9086e43e80989b7ffa076e (diff) | |
download | gdb-42acdc7c30d7bde7f10b3354d547a4750cbcc490.zip gdb-42acdc7c30d7bde7f10b3354d547a4750cbcc490.tar.gz gdb-42acdc7c30d7bde7f10b3354d547a4750cbcc490.tar.bz2 |
* archures.c: Add new machine names for hppa.
* bfd-in2.h: Regenerate.
* cpu-hppa.c: Use the new machine names.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index d81e56f..a7cca3e 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1628,6 +1628,10 @@ enum bfd_architecture #define bfd_mach_rs6k_rsc 6003 #define bfd_mach_rs6k_rs2 6002 bfd_arch_hppa, /* HP PA RISC */ +#define bfd_mach_hppa10 10 +#define bfd_mach_hppa11 11 +#define bfd_mach_hppa20 20 +#define bfd_mach_hppa20w 25 bfd_arch_d10v, /* Mitsubishi D10V */ #define bfd_mach_d10v 1 #define bfd_mach_d10v_ts2 2 |