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/archures.c | |
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/archures.c')
-rw-r--r-- | bfd/archures.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index 3e0cafd..9033f28 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -199,6 +199,10 @@ DESCRIPTION .#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 |